DEMO END subroutine

From NeoGeo Development Wiki
Revision as of 11:45, 8 October 2011 by Furrtek (talk | contribs) (Created page with "Game routine called by the BIOS when the '''select button''' is pressed (detection during the SYSTEM_IO call), which is used to end the demo early. The routine sho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Game routine called by the BIOS when the select button is pressed (detection during the SYSTEM_IO call), which is used to end the demo early. The routine should just end by a RTS instruction. The BIOS then jumps to SYSTEM_RETURN and switches to the next slot.