mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-05 21:33:34 +00:00
fix WoF unintended keyboard control
This commit is contained in:
parent
0c0050d6cf
commit
a362597c09
Binary file not shown.
@ -9,9 +9,9 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #<callback
|
||||
sta $2129
|
||||
sta $212C
|
||||
lda #>callback
|
||||
sta $212A
|
||||
sta $212D
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
@ -21,9 +21,9 @@
|
||||
dey
|
||||
bpl -
|
||||
iny
|
||||
sty $8274
|
||||
sty $8276
|
||||
lda #2
|
||||
sta $8275
|
||||
sta $8277
|
||||
+
|
||||
jmp $800 ; decompress
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user