aboutsummaryrefslogtreecommitdiff
path: root/engines/made/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-04-23 18:22:06 +0000
committerFilippos Karapetis2008-04-23 18:22:06 +0000
commit1a6bd23780b46cdeb54372f0625545259358f84d (patch)
tree0e393d3fff155602b8a5ca80cd10e75362cfe24d /engines/made/detection.cpp
parent347eb2dc0787df12c186882b215d1550cb2ea823 (diff)
downloadscummvm-rg350-1a6bd23780b46cdeb54372f0625545259358f84d.tar.gz
scummvm-rg350-1a6bd23780b46cdeb54372f0625545259358f84d.tar.bz2
scummvm-rg350-1a6bd23780b46cdeb54372f0625545259358f84d.zip
Removed file existence checks to determine game version and added game flags instead. Added the MD5 of the English floppy version of Return to Zork
svn-id: r31670
Diffstat (limited to 'engines/made/detection.cpp')
-rw-r--r--engines/made/detection.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp
index 9406f1fc53..d943f86f08 100644
--- a/engines/made/detection.cpp
+++ b/engines/made/detection.cpp
@@ -85,7 +85,7 @@ static const MadeGameDescription gameDescriptions[] = {
},
0,
0,
- 0,
+ GF_CD_COMPRESSED,
0,
},
@@ -101,7 +101,23 @@ static const MadeGameDescription gameDescriptions[] = {
},
0,
0,
+ GF_CD,
+ 0,
+ },
+
+ {
+ // Return to Zork - English floppy version
+ {
+ "rtz",
+ "Floppy",
+ AD_ENTRY1("rtz.prj", "764d02f52ce1c219f2c0066677fba4ce"),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ 0,
0,
+ GF_FLOPPY,
0,
},