diff options
author | Walter van Niftrik | 2017-02-21 11:34:25 +0100 |
---|---|---|
committer | Walter van Niftrik | 2017-02-21 11:35:31 +0100 |
commit | cca341804b636b9acbd55638d15cb61a9dcb27a1 (patch) | |
tree | 71ea113322f655b7eeb87196ca284cbd4d93634b | |
parent | 9865ee16f7f5301503cc63e644f009e70465c3b1 (diff) | |
download | scummvm-rg350-cca341804b636b9acbd55638d15cb61a9dcb27a1.tar.gz scummvm-rg350-cca341804b636b9acbd55638d15cb61a9dcb27a1.tar.bz2 scummvm-rg350-cca341804b636b9acbd55638d15cb61a9dcb27a1.zip |
ADL: Add detection entry for hires4
-rw-r--r-- | engines/adl/detection.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp index 66bbe84ea2..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, |