diff options
Diffstat (limited to 'engines/adl/detection.cpp')
-rw-r--r-- | engines/adl/detection.cpp | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp index 7c196d34cb..e63beb2c07 100644 --- a/engines/adl/detection.cpp +++ b/engines/adl/detection.cpp @@ -94,7 +94,23 @@ struct AdlGameDescription { }; static const AdlGameDescription gameFileDescriptions[] = { - { // Hi-Res Adventure #1: Mystery House - Apple II - 2nd release + { // Hi-Res Adventure #1: Mystery House - Apple II - Contains Simi Valley address + { + "hires1", 0, + { + { "ADVENTURE", 0, "22d9e63a11d69fa033ba1738715ad09a", 29952 }, + { "AUTO LOAD OBJ", 0, "a2ab7be25842e1fa9f1343b0894a8b6f", 4095 }, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformApple2, + ADGF_NO_FLAGS, + GUIO2(GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_SCANLINES) + }, + GAME_TYPE_HIRES1, + GAME_VER_HR1_SIMI + }, + { // Hi-Res Adventure #1: Mystery House - Apple II - Contains Coarsegold address { "hires1", 0, { @@ -131,11 +147,11 @@ static const AdlGameDescription gameFileDescriptions[] = { }; static const AdlGameDescription gameDiskDescriptions[] = { - { // Hi-Res Adventure #1: Mystery House - Apple II - Roberta Williams Anthology + { // Hi-Res Adventure #1: Mystery House - Apple II - Contains Coarsegold address { "hires1", 0, { - { "mysthous", 0, "54d20eb1ef0084ac3c2d16c31c5b7eb7", 143360 }, + { "mysthous", 0, "8df0b3b3e609a2e40237e2419c1cb767", 116480 }, AD_LISTEND }, Common::EN_ANY, @@ -144,13 +160,13 @@ static const AdlGameDescription gameDiskDescriptions[] = { GUIO2(GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_SCANLINES) }, GAME_TYPE_HIRES1, - GAME_VER_HR1_PD + GAME_VER_HR1_COARSE }, - { // Hi-Res Adventure #1: Mystery House - Apple II - 2nd release + { // Hi-Res Adventure #1: Mystery House - Apple II - Roberta Williams Anthology { "hires1", 0, { - { "mysthous", 0, "8df0b3b3e609a2e40237e2419c1cb767", 116480 }, + { "mysthous", 0, "54d20eb1ef0084ac3c2d16c31c5b7eb7", 143360 }, AD_LISTEND }, Common::EN_ANY, @@ -159,7 +175,7 @@ static const AdlGameDescription gameDiskDescriptions[] = { GUIO2(GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_SCANLINES) }, GAME_TYPE_HIRES1, - GAME_VER_HR1_COARSE + GAME_VER_HR1_PD }, { // Hi-Res Adventure #2: Wizard and the Princess - Apple II - Roberta Williams Anthology { |