add The Dam Busters to the collection

This commit is contained in:
Peter Ferrie 2020-05-05 23:05:51 -07:00
parent 822ad3b4be
commit de3fd93f65
6 changed files with 25 additions and 2 deletions

View File

@ -70,6 +70,7 @@
0001,CUBIT
0000,CYBER.STRIKE
0001,CYCLOD
1000,THE.DAM.BUSTERS
1000,DAVIDS.MAGIC=David's Midnight Magic
0110,DEATH.SWORD
1001,DEFENDER

Binary file not shown.

View File

@ -228,6 +228,7 @@ TAG.TEAM=Type(06),AuxType(4000),Access(C3)
TAPPER=Type(06),AuxType(4000),Access(C3)
TETRIS=Type(06),AuxType(4000),Access(C3)
THE.BILESTOAD=Type(06),AuxType(4000),Access(C3)
THE.DAM.BUSTERS=Type(06),AuxType(4000),Access(C3)
THE.GOONIES=Type(06),AuxType(4000),Access(C3)
THE.HEIST=Type(06),AuxType(4000),Access(C3)
THEXDER=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -36,14 +36,13 @@ Galactic Attack
Pentapus
Rear Guard
Ski Crazed
Space Cadette
Space Kadet
//TODO(woz-imaged but uncracked)
Alien Lander
Arcade Boot Camp
Boa
Copts and Robbers [priority]
The Dam Busters [priority]
Hardball
Infiltrator
Infiltrator II

View File

@ -0,0 +1,22 @@
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/THE.DAM.BUSTERS",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $9B3
jsr $800 ; decompress
+LC_REBOOT
jsr DisableAccelerator
jsr $BE44
jmp $9B6
!if * > $1C0 {
!error "code is too large, ends at ", *
}