add Retro-Ball to the collection

This commit is contained in:
Peter Ferrie 2021-03-29 14:07:24 -07:00
parent 1301840ca5
commit 68b9f59e75
5 changed files with 3 additions and 1 deletions

View File

@ -270,6 +270,7 @@
1110,RENEGADE
0000,REPTON
0005,RESCUE.RAIDERS
1000,RB=Retro-Ball
1000,RETRO.FEVER
0000,RIBBIT
0000,ROADBLOCK

BIN
res/TITLE.HGR/RB Normal file

Binary file not shown.

View File

@ -250,6 +250,7 @@ PULSAR.II=Type(06),AuxType(4000),Access(C3)
QUADRANT.6112=Type(06),AuxType(4000),Access(C3)
RANDAMN=Type(06),AuxType(4000),Access(C3)
RASTER.BLASTER=Type(06),AuxType(4000),Access(C3)
RB=Type(06),AuxType(4000),Access(C3)
REAR.GUARD=Type(06),AuxType(4000),Access(C3)
RED.ALERT=Type(06),AuxType(4000),Access(C3)
REPTON=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

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