add Time Pilot to the collection

This commit is contained in:
Peter Ferrie 2021-03-20 23:22:14 -07:00
parent e3e0d7f899
commit 94a10bcd8d
6 changed files with 3 additions and 3 deletions

View File

@ -322,6 +322,7 @@
0114,TC=TechnoCop 0114,TC=TechnoCop
0000,TERITORY 0000,TERITORY
0010,TETRIS 0010,TETRIS
1000,TIME.PILOT
0000,TITAN.CRONUS 0000,TITAN.CRONUS
1001,TU=Tharolian Tunnels 1001,TU=Tharolian Tunnels
0001,AF=The Asteroid Field 0001,AF=The Asteroid Field

BIN
res/TITLE.HGR/TIME.PILOT Normal file

Binary file not shown.

View File

@ -315,6 +315,7 @@ THEXDER=Type(06),AuxType(4000),Access(C3)
THIEF=Type(06),AuxType(4000),Access(C3) THIEF=Type(06),AuxType(4000),Access(C3)
THRESHOLD=Type(06),AuxType(4000),Access(C3) THRESHOLD=Type(06),AuxType(4000),Access(C3)
THUNDER.BOMBS=Type(06),AuxType(4000),Access(C3) THUNDER.BOMBS=Type(06),AuxType(4000),Access(C3)
TIME.PILOT=Type(06),AuxType(4000),Access(C3)
TITAN.CRONUS=Type(06),AuxType(4000),Access(C3) TITAN.CRONUS=Type(06),AuxType(4000),Access(C3)
TOMAHAWK=Type(06),AuxType(4000),Access(C3) TOMAHAWK=Type(06),AuxType(4000),Access(C3)
TRIAD=Type(06),AuxType(4000),Access(C3) TRIAD=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -1,5 +1,4 @@
//4am crack //4am crack
Artesians
Cavern Creatures Cavern Creatures
Conquering Worlds Conquering Worlds
Cricketeer Cricketeer
@ -16,7 +15,6 @@ Zoo Master
//TODO(woz-imaged but uncracked) //TODO(woz-imaged but uncracked)
Bats in the Belfry Bats in the Belfry
Escape!
Lemmings Lemmings
Roach Hotel Roach Hotel
Teleport Teleport

View File

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