mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-30 13:33:18 +00:00
fix Buck Rogers on IIGS
This commit is contained in:
parent
e9d4c204df
commit
12469e1f42
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2019 by qkumba
|
;(c) 2019-2020 by qkumba
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH/BUCK.ROGERS",plain
|
!to "build/PRELAUNCH/BUCK.ROGERS",plain
|
||||||
@ -19,7 +19,11 @@
|
|||||||
sta $803 ; patch - don't decrease lives
|
sta $803 ; patch - don't decrease lives
|
||||||
sta $998 ; patch - don't decrease lives
|
sta $998 ; patch - don't decrease lives
|
||||||
+
|
+
|
||||||
|
lda $7fe ; Buck Rogers code
|
||||||
|
pha
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
|
pla
|
||||||
|
sta $7fe ; overwritten by GS acceleration
|
||||||
jmp $400
|
jmp $400
|
||||||
|
|
||||||
!if * > $1C0 {
|
!if * > $1C0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user