diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 735f5b7f6..8ac9d9184 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -322,6 +322,7 @@ 0114,TC=TechnoCop 0000,TERITORY 0010,TETRIS +1000,TIME.PILOT 0000,TITAN.CRONUS 1001,TU=Tharolian Tunnels 0001,AF=The Asteroid Field diff --git a/res/TITLE.HGR/TIME.PILOT b/res/TITLE.HGR/TIME.PILOT new file mode 100644 index 000000000..dc3106505 Binary files /dev/null and b/res/TITLE.HGR/TIME.PILOT differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 3000463e5..c945dbe8b 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -315,6 +315,7 @@ THEXDER=Type(06),AuxType(4000),Access(C3) THIEF=Type(06),AuxType(4000),Access(C3) THRESHOLD=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) TOMAHAWK=Type(06),AuxType(4000),Access(C3) TRIAD=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/time pilot 15k file PRODOS (san inc pack).po b/res/dsk/time pilot 15k file PRODOS (san inc pack).po new file mode 100644 index 000000000..833e52e3e Binary files /dev/null and b/res/dsk/time pilot 15k file PRODOS (san inc pack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index 901f854b1..ded683f6f 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -1,5 +1,4 @@ //4am crack -Artesians Cavern Creatures Conquering Worlds Cricketeer @@ -16,7 +15,6 @@ Zoo Master //TODO(woz-imaged but uncracked) Bats in the Belfry -Escape! Lemmings Roach Hotel Teleport diff --git a/src/constants.a b/src/constants.a index 08bfbbfac..ab8307ca5 100644 --- a/src/constants.a +++ b/src/constants.a @@ -6,7 +6,7 @@ ; YE OLDE GRAND UNIFIED MEMORY MAP ; ; LC RAM BANK 1 -; D000..E79A - persistent data structures (gGlobalPrefsStore, gGamesListStore) +; D000..E7A9 - 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.