PRG load doesn't work off command line
Commodore 64, Atari XL/XE and NES debugger that works in real time.
Brought to you by:
slajerek
When I open the debugger and load a PRG using CTRL+O the PRG loads and runs automatically.
When I then close the debugger and open it again, I see the addresses it loaded to, but get a black screen until I detach everything.
When I use the "-prg <filename>" command line option I always get the second behaviour: addresses and black screen.</filename>
FIXED:
If I add a -wait 3000 to the command line it works.
This works as intended, your PRG does not do proper init of IO and Kernal boot was not able to finish it before PRG was started. Anyway, a workaround for this is planned to allow user to select a snapshot which should be loaded on PRG start.
Last edit: slajerek 2020-05-26
Thanks. I can see how timing works into the problem now.