diff options
author | Colin Snover | 2017-05-03 16:05:24 -0500 |
---|---|---|
committer | Colin Snover | 2017-05-03 16:05:50 -0500 |
commit | db17478d1a7c29a77cb24ea2a180f10de34be2d7 (patch) | |
tree | ec078e4845d1fc46a020d6d9803d1d58b7f4d01a /engines | |
parent | 73b6f4dc40bf881222b9797dfa43230664ebd405 (diff) | |
download | scummvm-rg350-db17478d1a7c29a77cb24ea2a180f10de34be2d7.tar.gz scummvm-rg350-db17478d1a7c29a77cb24ea2a180f10de34be2d7.tar.bz2 scummvm-rg350-db17478d1a7c29a77cb24ea2a180f10de34be2d7.zip |
SCI32: Add Italian KQ7 detection entry
Fixes Trac#9739.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 44f0ca1538..144479cb39 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1905,6 +1905,24 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + // King's Quest 7 - Italian DOS (from dego93 on bug report Trac#9739) + // VERSION file reports "2.00" + {"kq7", "", { + {"resource.aud", 0, "649ce88c0786c0ed4b637728d20ddc9b", 202663332}, + {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100}, + {"resource.map", 0, "c174fb32f045112e210373a31681d97f", 18709}, + AD_LISTEND}, + Common::IT_ITA, Common::kPlatformDOS, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + + // King's Quest 7 - Italian Windows (from dego93 on bug report Trac#9739) + // VERSION file reports "2.00" + {"kq7", "", { + {"resource.aud", 0, "649ce88c0786c0ed4b637728d20ddc9b", 202663332}, + {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100}, + {"resource.map", 0, "c174fb32f045112e210373a31681d97f", 18709}, + AD_LISTEND}, + Common::IT_ITA, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + // King's Quest 7 - Spanish DOS (from jvprat) // Executable scanning reports "2.100.002", VERSION file reports "2.00" {"kq7", "", { |