mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-03 05:32:00 +00:00
Fix crash on Rescue Raiders on //c+ (#106)
This commit is contained in:
parent
3e35742f98
commit
94ef34869f
3
src/prelaunch/rescue.raiders.a
Normal file → Executable file
3
src/prelaunch/rescue.raiders.a
Normal file → Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user