aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/detection_tables.h
diff options
context:
space:
mode:
authorDario Scarpa2017-02-07 23:22:58 +0100
committerDavid Turner2017-02-07 23:59:22 +0000
commit8966d4f8fc5dad6715973e392371c191cce5310d (patch)
tree26203c55e6efb59b9434882c2f5419e04812269c /engines/dreamweb/detection_tables.h
parent2f4f13091899ee450629a6ac9b430d2913d86758 (diff)
downloadscummvm-rg350-8966d4f8fc5dad6715973e392371c191cce5310d.tar.gz
scummvm-rg350-8966d4f8fc5dad6715973e392371c191cce5310d.tar.bz2
scummvm-rg350-8966d4f8fc5dad6715973e392371c191cce5310d.zip
DREAMWEB: fixed detection of Italian CD release
The Italian CD release of Dreamweb (available on https://www.scummvm.org/games/) was not properly detected (the floppy version was detected, so speech stayed disabled). Added a proper entry to fix the issue.
Diffstat (limited to 'engines/dreamweb/detection_tables.h')
-rw-r--r--engines/dreamweb/detection_tables.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 0a59543c51..fdffb689f1 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -244,6 +244,24 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},
+ // Italian CD release
+ {
+ {
+ "dreamweb",
+ "CD",
+ {
+ {"dreamweb.exe", 0, "44d1708535cdb863b9cca372ad0b05dd", 65370},
+ {"dreamweb.r00", 0, "66dcab08354232f423c590156335f819", 155448},
+ {"dreamweb.r02", 0, "87a026e9f80ed4f94169381f871ee305", 199676},
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformDOS,
+ ADGF_CD,
+ GUIO2(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_BRIGHTPALETTE)
+ },
+ },
+
// Czech fan-made translation
// From bug #7078
{