fix Zaxxon on IIc+

This commit is contained in:
Peter Ferrie 2020-05-28 21:17:12 -07:00
parent 3fc9a0482a
commit 534c00f6b5

View File

@ -7,9 +7,7 @@
!source "src/prelaunch/common.a" !source "src/prelaunch/common.a"
+LC_REBOOT
+READ_RAM2_NO_WRITE +READ_RAM2_NO_WRITE
jsr EnableAccelerator
lda MachineStatus lda MachineStatus
pha pha
lda MockingboardStuff lda MockingboardStuff
@ -40,8 +38,10 @@
ldy #$bd ldy #$bd
sty $1a40 sty $1a40
sty $1a61 sty $1a61
+ bit $C083 + +READ_RAM2_WRITE_RAM2
jsr DisableAccelerator
+LC_REBOOT
+READ_RAM2_WRITE_RAM2
ldy #0 ldy #0
jmp $41D0 jmp $41D0