fix bug in Choplifter startup

This commit is contained in:
Peter Ferrie 2021-10-02 18:26:22 -07:00
parent cdb23a433c
commit c8ff4b352b
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -25,6 +25,7 @@
sta $0DA9
jsr DisableAccelerator
+READ_ROM_NO_WRITE
ldy #0
jmp $400
choplifter

View File

@ -12,4 +12,5 @@
sta $403F
jsr $4000 ; decompress
+DISABLE_ACCEL
ldy #0
jmp $400