Fix crash on Rescue Raiders on //c+ (#106)

This commit is contained in:
frankmilliron 2020-01-13 16:50:52 -08:00 committed by 4am
parent 3e35742f98
commit 94ef34869f

3
src/prelaunch/rescue.raiders.a Normal file → Executable file
View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2019 by qkumba
;(c) 2019 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/RESCUE.RAIDERS",plain
@ -19,6 +19,7 @@
+DISABLE_ACCEL ; otherwise Mockingboard detection fails
lda #0
jsr $4000
+READ_RAM1_WRITE_RAM1 ; fix crash on //c+
lda #<reset
sta $3F2
sta $FFFC