aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrootfather2018-02-08 14:53:27 +0100
committerrootfather2018-02-08 14:53:27 +0100
commit889c149c05791de426310c197b30e5e5c7687737 (patch)
tree14c310b09a248b63026fff64aef4e5634393ed72
parent86b1e74b282d8277275b85c63ba25784b6d8ce99 (diff)
downloadscummvm-rg350-889c149c05791de426310c197b30e5e5c7687737.tar.gz
scummvm-rg350-889c149c05791de426310c197b30e5e5c7687737.tar.bz2
scummvm-rg350-889c149c05791de426310c197b30e5e5c7687737.zip
MOHAWK: Add detection for English Myst, Win 3.11, Version 1.0.1
-rw-r--r--engines/mohawk/detection_tables.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index e35fc842e6..8e3b6a428b 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -52,6 +52,25 @@ static const MohawkGameDescription gameDescriptions[] = {
},
// Myst
+ // English Windows 3.11
+ // Version 1.0.1
+ // From rootfather
+ {
+ {
+ "myst",
+ "",
+ AD_ENTRY1("MYST.DAT", "4beb3366ed3f3b9bfb6e81a14a43bdcc"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_MYST
+ },
+ GType_MYST,
+ 0,
+ 0,
+ },
+
+ // Myst
// English Windows 3.11, v1.0
// From vonLeheCreative, #9645
{