aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2016-04-03 22:19:29 +0200
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit5db8f401a89b89f763dc8eb949a1db81f4e3fa90 (patch)
tree7b931b1f14d342563fd60b7244d9100d7cbd6836 /engines/adl/detection.cpp
parentd361f2e4b09fee1b36c4c3c4c8715497990e6e26 (diff)
downloadscummvm-rg350-5db8f401a89b89f763dc8eb949a1db81f4e3fa90.tar.gz
scummvm-rg350-5db8f401a89b89f763dc8eb949a1db81f4e3fa90.tar.bz2
scummvm-rg350-5db8f401a89b89f763dc8eb949a1db81f4e3fa90.zip
ADL: Add detection entry for hires0
Diffstat (limited to 'engines/adl/detection.cpp')
-rw-r--r--engines/adl/detection.cpp17
1 files changed, 16 insertions, 1 deletions
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index 457db2ded0..0a8a98f248 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -71,6 +71,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
};
static const PlainGameDescriptor adlGames[] = {
+ { "hires0", "Hi-Res Adventure #0: Mission Asteroid" },
{ "hires1", "Hi-Res Adventure #1: Mystery House" },
{ "hires2", "Hi-Res Adventure #2: Wizard and the Princess" },
{ 0, 0 }
@@ -107,7 +108,7 @@ static const AdlGameDescription gameDescriptions[] = {
},
GAME_TYPE_HIRES1
},
- { // Hi-Res Adventure #2: Wizard and the Princess - Apple II - 1986 SierraVenture release
+ { // Hi-Res Adventure #2: Wizard and the Princess - Apple II - Roberta Williams Anthology
{
"hires2", 0,
{
@@ -121,6 +122,20 @@ static const AdlGameDescription gameDescriptions[] = {
},
GAME_TYPE_HIRES2
},
+ { // Hi-Res Adventure #0: Mission Asteroid - Apple II - Roberta Williams Anthology
+ {
+ "hires0", 0,
+ {
+ { "MISSION.NIB", 0, "b158f6f79681d4edd651e1932f9e01d7", 232960 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformApple2GS, // FIXME
+ ADGF_UNSTABLE,
+ GUIO2(GAMEOPTION_MONO, GAMEOPTION_SCANLINES)
+ },
+ GAME_TYPE_HIRES0
+ },
{ AD_TABLE_END_MARKER, GAME_TYPE_NONE }
};