call NORMAL ROM routine before executing a captive demo [fixes Snake Byte]

This commit is contained in:
4am 2018-12-14 15:03:44 -05:00
parent 506a49561a
commit 68085d257c

View File

@ -301,6 +301,7 @@ Prelaunch ; this runs from main memory
+READ_ROM_NO_WRITE ; entry point to launch game (called above)
jsr $FE89 ; initialize machine like a cold boot
jsr $FE93 ; (many games assume a 'clean slate')
jsr $FE84
sta $C000
sta $C002
sta $C004