aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorVladimir Menshakov2011-06-26 02:39:47 +0400
committerVladimir Menshakov2011-06-26 02:39:47 +0400
commit52a4f94ed21117443b003be251c92fcbb0a3cdf1 (patch)
tree5e70722ea09667e785d0d35de2e838747bd3bb08 /engines
parentd413494f5b0485008bbc6074fca07bb00f448c40 (diff)
downloadscummvm-rg350-52a4f94ed21117443b003be251c92fcbb0a3cdf1.tar.gz
scummvm-rg350-52a4f94ed21117443b003be251c92fcbb0a3cdf1.tar.bz2
scummvm-rg350-52a4f94ed21117443b003be251c92fcbb0a3cdf1.zip
DREAMWEB: Added italian floppy release
Diffstat (limited to 'engines')
-rw-r--r--engines/dreamweb/detection_tables.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 0208b7ebbf..0449361a98 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -132,6 +132,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},
+ // Italian floppy release
+ {
+ {
+ "dreamweb",
+ "",
+ {
+ {"dreamweb.r00", 0, "66dcab08354232f423c590156335f819", 155448},
+ {"dreamweb.r02", 0, "87a026e9f80ed4f94169381f871ee305", 199676},
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformPC,
+ ADGF_UNSTABLE,
+ GUIO_NONE
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};