mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 07:30:02 +00:00
add Beach-Head to the collection
This commit is contained in:
parent
474a41ae9e
commit
d9da5ade30
@ -25,6 +25,7 @@
|
||||
0001,BATTLE.CRUISER
|
||||
0001,BATTLEZONE
|
||||
1001,BCS.QUEST=BC's Quest For Tires
|
||||
0000,BEACH.HEAD
|
||||
0001,BEER.RUN
|
||||
0100,BEJEWELED
|
||||
0000,BELLHOP
|
||||
|
BIN
res/TITLE.HGR/BEACH.HEAD
Normal file
BIN
res/TITLE.HGR/BEACH.HEAD
Normal file
Binary file not shown.
BIN
res/dsk/beach-head PRODOS (san inc crack).po
Normal file
BIN
res/dsk/beach-head PRODOS (san inc crack).po
Normal file
Binary file not shown.
@ -42,7 +42,6 @@ Space Cadette
|
||||
//TODO(woz-imaged but uncracked)
|
||||
Alien Lander
|
||||
Arcade Boot Camp
|
||||
Beach-Head [priority]
|
||||
Beach-Head II [priority]
|
||||
Boa
|
||||
Copts and Robbers
|
||||
|
20
src/prelaunch/beach.head.a
Normal file
20
src/prelaunch/beach.head.a
Normal file
@ -0,0 +1,20 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/BEACH.HEAD",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $887
|
||||
jsr $800 ; decompress
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $8000
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user