add Neutrons to the collection

This commit is contained in:
Peter Ferrie 2021-03-22 10:29:02 -07:00
parent 22f4b4e38a
commit a1275fca57
6 changed files with 3 additions and 2 deletions

View File

@ -215,6 +215,7 @@
0001,MP=Ms. Pacman
0001,NEPTUNE
0005,NEUT.TOWER=Neu][ower
1000,NEUTRONS
0000,NIBBLER
0005,NM=Night Mission Pinball
0000,NIGHT.STALKER

BIN
res/TITLE.HGR/NEUTRONS Normal file

Binary file not shown.

View File

@ -209,6 +209,7 @@ MZ=Type(06),AuxType(4000),Access(C3)
N.O.R.A.D=Type(06),AuxType(4000),Access(C3)
NEPTUNE=Type(06),AuxType(4000),Access(C3)
NEUT.TOWER=Type(06),AuxType(4000),Access(C3)
NEUTRONS=Type(06),AuxType(4000),Access(C3)
NI=Type(06),AuxType(4000),Access(C3)
NIBBLER=Type(06),AuxType(4000),Access(C3)
NIGHT.STALKER=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -3,7 +3,6 @@ Cavern Creatures
Conquering Worlds
Cricketeer
Deep Space
Neutrons
Oil's Well
Super Huey

View File

@ -6,7 +6,7 @@
; YE OLDE GRAND UNIFIED MEMORY MAP
;
; LC RAM BANK 1
; D000..E7D6 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; D000..E7E3 - 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.