[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bolo up on Asimov and a mystery post found?
...and if you want to get rid of the reboot from the demo mode, can either do this:
$132F: EA EA EA
or this:
$15DA: 60
(or other variations).
The demo counts two 'rounds' of playing the maze, and then calls the routine at $15DA, which leads to rebooting. Skipping the call (or just returning from it) will allow the demo to continue forever (it has code to reset the count back to 0 following the call, so it seems like the reset was patched in by design). Rebooting was a simple way to bring back up the title screen.
]HR