mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
fix Conan demo reset vector
This commit is contained in:
parent
c8f35fa33c
commit
8e6f33b951
BIN
res/DEMO/CONAN
BIN
res/DEMO/CONAN
Binary file not shown.
@ -17,6 +17,10 @@
|
||||
lda #$60
|
||||
sta $BD40
|
||||
jsr $BCCF
|
||||
lda #1 ; reset vector fix
|
||||
sta $7C01 ; to $3F3
|
||||
lda #$A4
|
||||
sta $7C02 ; to $3F4 (doesn't change $3F2)
|
||||
lda #$4C
|
||||
sta $7C2C
|
||||
jsr $5FF8 ; decompress
|
||||
|
Loading…
Reference in New Issue
Block a user