mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-29 07:49:24 +00:00
fix Genius uninit bug
This commit is contained in:
parent
7e38d5b9e7
commit
52615e5dc8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user