aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2016-03-24 22:50:42 +0100
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit02563df42218d103a80e9bc5463cc63909b2f495 (patch)
tree2b24692617fe732821963a69e9ed4299cbce95ea /engines/adl/detection.cpp
parent71ca8de7e65d535e97d87bb1d30cbc1d9098cc07 (diff)
downloadscummvm-rg350-02563df42218d103a80e9bc5463cc63909b2f495.tar.gz
scummvm-rg350-02563df42218d103a80e9bc5463cc63909b2f495.tar.bz2
scummvm-rg350-02563df42218d103a80e9bc5463cc63909b2f495.zip
ADL: Add support for hires1 disk image
Diffstat (limited to 'engines/adl/detection.cpp')
-rw-r--r--engines/adl/detection.cpp16
1 files changed, 15 insertions, 1 deletions
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index 3d29687df4..457db2ded0 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -77,7 +77,7 @@ static const PlainGameDescriptor adlGames[] = {
};
static const AdlGameDescription gameDescriptions[] = {
- { // Hi-Res Adventure #1: Mystery House - Apple II - 1987 PD release
+ { // Hi-Res Adventure #1: Mystery House - Apple II - 1987 PD release - Plain files
{
"hires1", 0,
{
@@ -93,6 +93,20 @@ static const AdlGameDescription gameDescriptions[] = {
},
GAME_TYPE_HIRES1
},
+ { // Hi-Res Adventure #1: Mystery House - Apple II - 1987 PD release - .DSK format
+ {
+ "hires1", 0,
+ {
+ { "MYSTHOUS.DSK", 0, "34ba05e62bf51404c4475c349ca48921", 143360 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformApple2GS, // FIXME
+ ADGF_UNSTABLE,
+ GUIO2(GAMEOPTION_COLOR, GAMEOPTION_SCANLINES)
+ },
+ GAME_TYPE_HIRES1
+ },
{ // Hi-Res Adventure #2: Wizard and the Princess - Apple II - 1986 SierraVenture release
{
"hires2", 0,