mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
add Borg to the collection
This commit is contained in:
parent
180f81ed9a
commit
96cc8960a1
@ -34,6 +34,7 @@
|
||||
0000,BLISTER.BALL
|
||||
0000,BLOCKCHAIN=BlockChain
|
||||
0001,BOLO
|
||||
0001,BORG
|
||||
0001,BOUNCING.KMNGAS=Bouncing Kamungas
|
||||
0001,BRAINTEASERBLVD=Brainteaser Boulevard
|
||||
1011,BRUCE.LEE
|
||||
|
BIN
res/TITLE.HGR/BORG
Normal file
BIN
res/TITLE.HGR/BORG
Normal file
Binary file not shown.
@ -30,6 +30,7 @@ BLACK.MAGIC=Type(06),AuxType(4000),Access(C3)
|
||||
BLISTER.BALL=Type(06),AuxType(4000),Access(C3)
|
||||
BLOCKCHAIN=Type(06),AuxType(4000),Access(C3)
|
||||
BOLO=Type(06),AuxType(4000),Access(C3)
|
||||
BORG=Type(06),AuxType(4000),Access(C3)
|
||||
BOUNCING.KMNGAS=Type(06),AuxType(4000),Access(C3)
|
||||
BRAINTEASERBLVD=Type(06),AuxType(4000),Access(C3)
|
||||
BRUCE.LEE=Type(06),AuxType(4000),Access(C3)
|
||||
|
BIN
res/dsk/borg PRODOS (san inc crack).po
Normal file
BIN
res/dsk/borg PRODOS (san inc crack).po
Normal file
Binary file not shown.
@ -51,7 +51,6 @@ Arcade Boot Camp
|
||||
Beach-Head
|
||||
Beach-Head II
|
||||
Boa
|
||||
Borg [priority]
|
||||
Copts and Robbers
|
||||
The Dam Busters
|
||||
Fight Night
|
||||
|
27
src/prelaunch/borg.a
Normal file
27
src/prelaunch/borg.a
Normal file
@ -0,0 +1,27 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/BORG",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $609E
|
||||
jsr $6000 ; decompress
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$ad
|
||||
sta $11E4 ; patch - don't decrease lives
|
||||
+
|
||||
inc $C9 ; must be non-zero
|
||||
+DISABLE_ACCEL
|
||||
jmp $EB0
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user