Fix World Games reset so that it reboots instead (#353)

This commit is contained in:
frankmilliron 2020-12-09 20:11:08 -08:00 committed by GitHub
parent d5328e9026
commit 76faf59509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/WORLD.GAMES",plain
@ -26,6 +26,7 @@
+READ_RAM2_NO_WRITE
jsr DisableAccelerator
inc $BF0E ; disable ROM remapping
inc $D6A ; set power up byte to reboot
jmp $BF5
game !byte 7