fix Conan demo reset vector

This commit is contained in:
Peter Ferrie 2022-05-05 22:43:36 -07:00
parent c8f35fa33c
commit 8e6f33b951
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -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