diff options
Diffstat (limited to 'engines/adl/detection.cpp')
-rw-r--r-- | engines/adl/detection.cpp | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp index cba66faca9..02fadd255b 100644 --- a/engines/adl/detection.cpp +++ b/engines/adl/detection.cpp @@ -141,6 +141,21 @@ static const AdlGameDescription gameDescriptions[] = { }, GAME_TYPE_HIRES0 }, + { // Hi-Res Adventure #4: Ulysses and the Golden Fleece - Apple II - Load 'N' Go + { + "hires4", 0, + { + { "ULYSSESA.DSK", 0, "df21f28ae94440f958dbbcfdfaf0c36e", 143360 }, + { "ULYSSESB.DSK", 1, "c204e8fe265e9534049f3c0f816cc9fc", 143360 }, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformApple2, + ADGF_UNSTABLE, + GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) + }, + GAME_TYPE_HIRES4 + }, { // Hi-Res Adventure #4: Ulysses and the Golden Fleece - Atari 8-bit - Re-release { "hires4", 0, @@ -178,7 +193,7 @@ static const AdlGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformApple2, - ADGF_UNSTABLE, + ADGF_TESTING, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, GAME_TYPE_HIRES5 @@ -188,9 +203,9 @@ static const AdlGameDescription gameDescriptions[] = { "hires6", 0, { { "DARK1A.DSK", 0, "00c2646d6943d1405717332a6f42d493", 143360 }, - { "DARK2A.NIB", 0, "271eb92db107e8d5829437f8ba77991e", 232960 }, - { "DARK1B.NIB", 0, "dbedd736617343ade0e6bead8bf2b10c", 232960 }, - { "DARK2B.NIB", 0, "cb72044a9b391c4285f4752f746bea2e", 232960 }, + { "DARK1B.NIB", 3, "dbedd736617343ade0e6bead8bf2b10c", 232960 }, + { "DARK2A.NIB", 4, "271eb92db107e8d5829437f8ba77991e", 232960 }, + { "DARK2B.NIB", 5, "cb72044a9b391c4285f4752f746bea2e", 232960 }, AD_LISTEND }, Common::EN_ANY, |