mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-26 22:31:11 +00:00
Fix //c+ RR fix (#107)
don't do last minute changes without testing on real hardware before you ship. (works now)
This commit is contained in:
parent
94ef34869f
commit
d8cd6cb1c2
@ -19,7 +19,6 @@
|
|||||||
+DISABLE_ACCEL ; otherwise Mockingboard detection fails
|
+DISABLE_ACCEL ; otherwise Mockingboard detection fails
|
||||||
lda #0
|
lda #0
|
||||||
jsr $4000
|
jsr $4000
|
||||||
+READ_RAM1_WRITE_RAM1 ; fix crash on //c+
|
|
||||||
lda #<reset
|
lda #<reset
|
||||||
sta $3F2
|
sta $3F2
|
||||||
sta $FFFC
|
sta $FFFC
|
||||||
@ -27,6 +26,7 @@
|
|||||||
sta $FFFD
|
sta $FFFD
|
||||||
lda #$4C
|
lda #$4C
|
||||||
sta $BFE5
|
sta $BFE5
|
||||||
|
+READ_RAM1_WRITE_RAM1 ; fix crash on //c+
|
||||||
jmp $404A
|
jmp $404A
|
||||||
|
|
||||||
reset
|
reset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user