fix Hardball on IIGS

This commit is contained in:
Peter Ferrie 2020-07-12 12:56:02 -07:00
parent 39b65c5e80
commit 0507cb498a

View File

@ -12,7 +12,11 @@
sta $2FA0
jsr $2580 ; decompress
lda $7fe ; Hardball code
pha
jsr DisableAccelerator
pla
sta $7fe ; overwritten by GS acceleration
jsr $A001
+RESET_VECTOR $100
+LC_REBOOT