fix Genius uninit bug

This commit is contained in:
Peter Ferrie 2024-08-24 08:22:29 -07:00
parent 7e38d5b9e7
commit 52615e5dc8
3 changed files with 21 additions and 0 deletions

View File

@ -32,6 +32,13 @@
+LC_REBOOT
+DISABLE_ACCEL
inc $9d ; game relies on it
lda #$52
sta $cc ; game relies on it
lda #0
sta $cb ; game relies on it
sta $ca ; game relies on it
lda #$80
sta $c9 ; game relies on it
jmp $95E5
callback1

View File

@ -32,6 +32,13 @@
+LC_REBOOT
+DISABLE_ACCEL
inc $9d ; game relies on it
lda #$52
sta $cc ; game relies on it
lda #0
sta $cb ; game relies on it
sta $ca ; game relies on it
lda #$80
sta $c9 ; game relies on it
jmp $95E5
callback1

View File

@ -32,6 +32,13 @@
+LC_REBOOT
+DISABLE_ACCEL
inc $9d ; game relies on it
lda #$52
sta $cc ; game relies on it
lda #0
sta $cb ; game relies on it
sta $ca ; game relies on it
lda #$80
sta $c9 ; game relies on it
jmp $95E5
callback1