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:
frankmilliron 2020-01-14 09:16:02 -08:00 committed by 4am
parent 94ef34869f
commit d8cd6cb1c2

View File

@ -19,7 +19,6 @@
+DISABLE_ACCEL ; otherwise Mockingboard detection fails
lda #0
jsr $4000
+READ_RAM1_WRITE_RAM1 ; fix crash on //c+
lda #<reset
sta $3F2
sta $FFFC
@ -27,6 +26,7 @@
sta $FFFD
lda #$4C
sta $BFE5
+READ_RAM1_WRITE_RAM1 ; fix crash on //c+
jmp $404A
reset