add Beach-Head to the collection

This commit is contained in:
Peter Ferrie 2020-05-02 22:12:48 -07:00
parent 474a41ae9e
commit d9da5ade30
5 changed files with 21 additions and 1 deletions

View File

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

Binary file not shown.

Binary file not shown.

View File

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

View 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 ", *
}