l12n Posted September 3 Share Posted September 3 What is the best emulator+debugger for the 7800? I am using a7800 which has a debugger but I'm wondering if there's something better out there (e.g. performing a full memory dump on a7800 doesn't seem very easy to do) Quote Link to comment Share on other sites More sharing options...
Eagle Posted September 3 Share Posted September 3 Unfortunately no. Quote Link to comment Share on other sites More sharing options...
Eagle Posted September 3 Share Posted September 3 You can also try https://8bitworkshop.com/v3.11.0/?file=scroll.c&platform=atari7800# If you are using ASM, you can use Altira and Atari800 debuggers for some part of your code. I'm using them more often than A7800 In general my mappers and sound chips are not supported by any emulators so I'm using only MiSTer at the moment. 1 Quote Link to comment Share on other sites More sharing options...
+Bruce-Robert Pocock Posted September 6 Share Posted September 6 On 9/3/2024 at 1:26 PM, l12n said: performing a full memory dump on a7800 doesn't seem very easy to do In the debugger, save /tmp/dump,0,10000 does that. (Replace /tmp/dump with your file name of choice) 1 Quote Link to comment Share on other sites More sharing options...
l12n Posted September 6 Author Share Posted September 6 (edited) 35 minutes ago, Bruce-Robert Pocock said: In the debugger, save /tmp/dump,0,10000 does that. (Replace /tmp/dump with your file name of choice) Actually I found out the issue: the number needs to be in hex (save dump,0,ffff). When passing 65536 the result was truncated. Edited September 6 by l12n 1 Quote Link to comment Share on other sites More sharing options...
+Bruce-Robert Pocock Posted September 6 Share Posted September 6 Yes, it uses hex by default. You can provide decimal numbers with the leading `#` sigil 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.