add Beach-Head II to the collection

This commit is contained in:
Peter Ferrie 2020-05-03 13:35:06 -07:00
parent 04e18beb15
commit a89ada31b7
6 changed files with 24 additions and 2 deletions

View File

@ -25,7 +25,8 @@
0001,BATTLE.CRUISER
0001,BATTLEZONE
1001,BCS.QUEST=BC's Quest For Tires
0000,BEACH.HEAD
0000,BEACH.HEAD=Beach-Head
0000,BEACH.HEAD.II=Beach-Head II
0001,BEER.RUN
0100,BEJEWELED
0000,BELLHOP

BIN
res/TITLE.HGR/BEACH.HEAD.II Normal file

Binary file not shown.

View File

@ -22,6 +22,7 @@ BATTLE.CRUISER=Type(06),AuxType(4000),Access(C3)
BATTLEZONE=Type(06),AuxType(4000),Access(C3)
BCS.QUEST=Type(06),AuxType(4000),Access(C3)
BEACH.HEAD=Type(06),AuxType(4000),Access(C3)
BEACH.HEAD.II=Type(06),AuxType(4000),Access(C3)
BEER.RUN=Type(06),AuxType(4000),Access(C3)
BEJEWELED=Type(06),AuxType(4000),Access(C3)
BELLHOP=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -42,7 +42,6 @@ Space Cadette
//TODO(woz-imaged but uncracked)
Alien Lander
Arcade Boot Camp
Beach-Head II [priority]
Boa
Copts and Robbers
The Dam Busters

View File

@ -0,0 +1,21 @@
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/BEACH.HEAD.II",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $882
jsr $800 ; decompress
+NEW_RESET_VECTOR $190
+DISABLE_ACCEL
jmp $1000
!if * > $1C0 {
!error "code is too large, ends at ", *
}