diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 86436172f..6eafd3b65 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -96,6 +96,7 @@ 0001,GENETIC.DRIFT 0001,GENIUS 0001,GENIUS.2 +1000,GHOSTBUSTERS 0001,G.I.JOE 0001,GOLD.RUSH 0001,GORGON diff --git a/res/TITLE.HGR/GHOSTBUSTERS b/res/TITLE.HGR/GHOSTBUSTERS new file mode 100644 index 000000000..9f0214c86 Binary files /dev/null and b/res/TITLE.HGR/GHOSTBUSTERS differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 99b82be1d..d6018fa68 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -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) diff --git a/res/dsk/ghostbusters PRODOS (san inc pack).po b/res/dsk/ghostbusters PRODOS (san inc pack).po new file mode 100644 index 000000000..8ab67c0a1 Binary files /dev/null and b/res/dsk/ghostbusters PRODOS (san inc pack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index 79c97f02d..ff6c646b0 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -41,7 +41,6 @@ Bop N Wrestle Congo Frazzle Galactic Attack -Ghostbusters [priority] Pentapus Rear Guard Ski Crazed diff --git a/src/prelaunch/ghostbusters.a b/src/prelaunch/ghostbusters.a new file mode 100644 index 000000000..77dc32138 --- /dev/null +++ b/src/prelaunch/ghostbusters.a @@ -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 ", * +}