Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Ferrie
13b5d876e8 avoid floppy softswitches in Axis Assassin and Ballblazer 2024-05-16 14:04:25 -07:00
Peter Ferrie
370e544d24 fix Agent U.S.A. reset vector 2024-05-16 12:42:25 -07:00
3 changed files with 13 additions and 3 deletions

View File

@ -13,11 +13,12 @@
ldx #5
- lda $100,x
sta $300,x
sta $280,x
dex
bpl -
sec
rol $3F3 ; point to $300 instead
ror $3F2
inc $3F3 ; point to $280 instead
jsr $FB6F
jmp $837

View File

@ -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 {