aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy
diff options
context:
space:
mode:
authorrootfather2016-10-16 18:45:05 +0200
committerrootfather2016-10-16 18:45:05 +0200
commit2abdea727e8956f4d1ca6e9539a9c66522680dc6 (patch)
treef70160da543374436e41c039c1790e26c9aa68cc /engines/chewy
parentabc4656cc00f11091210213058a883718442b7b7 (diff)
downloadscummvm-rg350-2abdea727e8956f4d1ca6e9539a9c66522680dc6.tar.gz
scummvm-rg350-2abdea727e8956f4d1ca6e9539a9c66522680dc6.tar.bz2
scummvm-rg350-2abdea727e8956f4d1ca6e9539a9c66522680dc6.zip
CHEWY: Add detection entries for German versions
Diffstat (limited to 'engines/chewy')
-rw-r--r--engines/chewy/detection.cpp32
1 files changed, 32 insertions, 0 deletions
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index 835a4358fa..a59355f166 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -70,6 +70,38 @@ static const ChewyGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
},
+
+ {
+ // Chewy - ESC von F5 - German
+ // The source CD-ROM has the Matrix code SONOPRESS R-7885 B
+ // Most likely a newer re-release, it contains several demos and files from 1996
+ // Provided by rootfather
+ {
+ "chewy",
+ 0,
+ AD_ENTRY1s("atds.tap", "c117e884cc5b4bbe50ae1217d13916c4", 231071),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ },
+
+ {
+ // Chewy - ESC von F5 - German
+ // The source CD-ROM has the Matrix code SONOPRESS M-2742 A
+ // CD-ROM has the label "CHEWY_V1_0"
+ // Provided by rootfather
+ {
+ "chewy",
+ 0,
+ AD_ENTRY1s("atds.tap", "e22f97761c0e7772ec99660f2277b1a4", 231001),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ },
{ AD_TABLE_END_MARKER }
};