mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-11 12:38:05 +00:00
fix The Goonies uninit accesses
This commit is contained in:
parent
dd3057deb5
commit
c7a012a3f3
@ -12,6 +12,11 @@
|
||||
lda #$60
|
||||
sta $1045
|
||||
jsr $1000 ; decompress
|
||||
ldx #5
|
||||
- sta $c0,x
|
||||
sta $ce,x
|
||||
dex
|
||||
bpl -
|
||||
+READ_RAM2_NO_WRITE
|
||||
lda MachineStatus
|
||||
and #CHEATS_ENABLED
|
||||
|
Loading…
x
Reference in New Issue
Block a user