mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 07:30:02 +00:00
add Ghostbusters to the collection
This commit is contained in:
parent
5665288683
commit
482968dc81
@ -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
BIN
res/TITLE.HGR/GHOSTBUSTERS
Normal file
Binary file not shown.
@ -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)
|
||||
|
BIN
res/dsk/ghostbusters PRODOS (san inc pack).po
Normal file
BIN
res/dsk/ghostbusters PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -41,7 +41,6 @@ Bop N Wrestle
|
||||
Congo
|
||||
Frazzle
|
||||
Galactic Attack
|
||||
Ghostbusters [priority]
|
||||
Pentapus
|
||||
Rear Guard
|
||||
Ski Crazed
|
||||
|
19
src/prelaunch/ghostbusters.a
Normal file
19
src/prelaunch/ghostbusters.a
Normal 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 ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user