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