mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix Hardball on IIGS
This commit is contained in:
parent
39b65c5e80
commit
0507cb498a
@ -12,7 +12,11 @@
|
|||||||
sta $2FA0
|
sta $2FA0
|
||||||
jsr $2580 ; decompress
|
jsr $2580 ; decompress
|
||||||
|
|
||||||
|
lda $7fe ; Hardball code
|
||||||
|
pha
|
||||||
jsr DisableAccelerator
|
jsr DisableAccelerator
|
||||||
|
pla
|
||||||
|
sta $7fe ; overwritten by GS acceleration
|
||||||
jsr $A001
|
jsr $A001
|
||||||
+RESET_VECTOR $100
|
+RESET_VECTOR $100
|
||||||
+LC_REBOOT
|
+LC_REBOOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user