mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
fix Hardball on IIGS
This commit is contained in:
parent
39b65c5e80
commit
0507cb498a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user