mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-23 16:29:34 +00:00
add Battle Cruiser to the collection
This commit is contained in:
parent
fee336b98f
commit
223ce59388
BIN
res/dsk/battle cruiser 14k file PRODOS (san inc pack).po
Normal file
BIN
res/dsk/battle cruiser 14k file PRODOS (san inc pack).po
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
res/title.hgr/battle.cruiser
Normal file
BIN
res/title.hgr/battle.cruiser
Normal file
Binary file not shown.
27
src/prelaunch/battle.cruiser.a
Normal file
27
src/prelaunch/battle.cruiser.a
Normal file
@ -0,0 +1,27 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/BATTLE.CRUISER",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $2027
|
||||
jsr $2000 ; decompress
|
||||
|
||||
callback
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$a5
|
||||
sta $A22 ; patch - don't decrease lives
|
||||
+
|
||||
+DISABLE_ACCEL
|
||||
jmp $845
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user