add Galactic Attack to the collection

This commit is contained in:
Peter Ferrie 2021-03-28 12:34:22 -07:00
parent c1d452f165
commit 45b8528f96
6 changed files with 3 additions and 2 deletions

View File

@ -128,6 +128,7 @@
0001,FREE.FALL
0001,FROGGER
1001,FROGGER.II
0000,GALACTIC.ATTACK
0001,GALAXIAN
0001,GALAXY.GATES
1001,GAMMA.GOBLINS

Binary file not shown.

View File

@ -125,6 +125,7 @@ FROGGER=Type(06),AuxType(4000),Access(C3)
FROGGER.II=Type(06),AuxType(4000),Access(C3)
FS2=Type(06),AuxType(4000),Access(C3)
G.I.JOE=Type(06),AuxType(4000),Access(C3)
GALACTIC.ATTACK=Type(06),AuxType(4000),Access(C3)
GALAXIAN=Type(06),AuxType(4000),Access(C3)
GALAXY.GATES=Type(06),AuxType(4000),Access(C3)
GAMMA.GOBLINS=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -7,7 +7,6 @@ Oil's Well
Super Huey
//4am crack (unreleased)
Galactic Attack
Infiltrator II
Zoo Master

View File

@ -6,7 +6,7 @@
; YE OLDE GRAND UNIFIED MEMORY MAP
;
; LC RAM BANK 1
; D000..E81C - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; D000..E844 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; E92D..FFF1 - main program code
; FFF2..FFF9 - API functions and global constants available for main program
; code, prelaunchers, transition effects, &c.