fix Run For The Money reset vector

This commit is contained in:
Peter Ferrie 2024-05-03 13:19:25 -07:00
parent 7a21398f75
commit 8e657186e1
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
lda #$60
sta $897
jsr $800 ; decompress
ldx #0
stx $43B3
inx
stx $43B8 ; reset vector
+DISABLE_ACCEL
jmp $4000