add Ghostbusters to the collection

This commit is contained in:
Peter Ferrie 2020-04-25 18:34:13 -07:00
parent 5665288683
commit 482968dc81
6 changed files with 21 additions and 1 deletions

View File

@ -96,6 +96,7 @@
0001,GENETIC.DRIFT
0001,GENIUS
0001,GENIUS.2
1000,GHOSTBUSTERS
0001,G.I.JOE
0001,GOLD.RUSH
0001,GORGON

BIN
res/TITLE.HGR/GHOSTBUSTERS Normal file

Binary file not shown.

View File

@ -89,6 +89,7 @@ GAUNTLET=Type(06),AuxType(4000),Access(C3)
GENETIC.DRIFT=Type(06),AuxType(4000),Access(C3)
GENIUS=Type(06),AuxType(4000),Access(C3)
GENIUS.2=Type(06),AuxType(4000),Access(C3)
GHOSTBUSTERS=Type(06),AuxType(4000),Access(C3)
GOLD.RUSH=Type(06),AuxType(4000),Access(C3)
GORGON=Type(06),AuxType(4000),Access(C3)
GREMLINS=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -41,7 +41,6 @@ Bop N Wrestle
Congo
Frazzle
Galactic Attack
Ghostbusters [priority]
Pentapus
Rear Guard
Ski Crazed

View File

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