mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
avoid floppy softswitches in Axis Assassin and Ballblazer
This commit is contained in:
parent
370e544d24
commit
13b5d876e8
Binary file not shown.
@ -1,10 +1,13 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by Frank M.
|
||||
;(c) 2019, 2024 by Frank M., qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/BALLBLAZER",plain
|
||||
*=$106
|
||||
|
||||
lda $4E
|
||||
pha ; save for later
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
@ -20,6 +23,12 @@
|
||||
lda #1
|
||||
sta $415 ; gets patched to LC reset vector
|
||||
|
||||
lda #$A9
|
||||
sta $488
|
||||
pla
|
||||
sta $489
|
||||
lda #$EA
|
||||
sta $48A ; seed RNG
|
||||
jmp $400
|
||||
|
||||
!if * > $1C0 {
|
||||
|
Loading…
Reference in New Issue
Block a user