diff options
Diffstat (limited to 'engines/made/detection.cpp')
-rw-r--r-- | engines/made/detection.cpp | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index 5f96ff5e8b..f3a1a7218a 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -71,7 +71,7 @@ namespace Made { static const MadeGameDescription gameDescriptions[] = { { - // Made English version + // Return to Zork - English CD version { "made", "CD", @@ -86,6 +86,22 @@ static const MadeGameDescription gameDescriptions[] = { 0, }, + { + // Return to Zork - Demo + { + "made", + "Demo", + AD_ENTRY1("demo.dat", "2a6a1354bd5346fad4aee08e5b56caaa"), + Common::EN_ANY, + Common::kPlatformPC, + Common::ADGF_DEMO + }, + 0, + 0, + GF_DEMO, + 0, + }, + { AD_TABLE_END_MARKER, 0, 0, 0, 0 } }; |