mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
Fire and Ice reset vector
This commit is contained in:
parent
572077c7f0
commit
19fa1a0940
@ -11,6 +11,10 @@
|
||||
lda #$60
|
||||
sta $27BD
|
||||
jsr $2760 ; decompress
|
||||
sty $1C03
|
||||
iny
|
||||
sty $1C08
|
||||
jsr $FB6F ; reset vector
|
||||
+READ_RAM2_NO_WRITE
|
||||
lda MachineStatus
|
||||
and #CHEATS_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user