mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-07 18:25:24 +00:00
Fix crash on Rescue Raiders on //c+ (#106)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user