make Skyfox with Mockingboard playable on IIGS

This commit is contained in:
Peter Ferrie 2021-05-01 22:48:51 -07:00
parent 642fb19090
commit c85fc4c1dd
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2019-2020 by qkumba/Frank M.
;(c) 2019-2021 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/SKYFOX",plain
@ -10,8 +10,8 @@
+ENABLE_ACCEL
inc $80 ; requires a non-zero value for the RNG
lda #$60
sta $7E31
jsr $4621
sta $7E3A
jsr $4635
lda #$82 ; READ_ROM_NO_WRITE
sta $101