diff options
author | Filippos Karapetis | 2013-03-22 00:33:19 +0200 |
---|---|---|
committer | Filippos Karapetis | 2013-03-22 00:33:19 +0200 |
commit | df751fc80b5b37a672ef041b62cf74ac9dbd28c8 (patch) | |
tree | 2c308e212c5831a6a1a964bf794b08beae842a36 | |
parent | 045b10efb6fdc7b2910c18f10583d2c8e9e2badf (diff) | |
download | scummvm-rg350-df751fc80b5b37a672ef041b62cf74ac9dbd28c8.tar.gz scummvm-rg350-df751fc80b5b37a672ef041b62cf74ac9dbd28c8.tar.bz2 scummvm-rg350-df751fc80b5b37a672ef041b62cf74ac9dbd28c8.zip |
SCI: Add the Italian version of KQ6 (bug #3606719)
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 5640319e3f..9fd1d41f4a 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1522,6 +1522,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::ES_ESP, Common::kPlatformPC, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // King's Quest 6 - Italian DOS Floppy (supplied by guybrush79 in bug report #3606719) + {"kq6", "", { + {"resource.map", 0, "48c9fc8e96cbdac078ca7d3df274e29a", 8942}, + {"resource.000", 0, "d3358ba7306378aed83d02b5c3f11311", 8531908}, + {"resource.msg", 0, "b7e8220be596fd6a9287eae5a8fd354a", 279886}, + AD_LISTEND}, + Common::IT_ITA, Common::kPlatformPC, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // King's Quest 6 - English DOS CD (from the King's Quest Collection) // Executable scanning reports "1.cfs.158", VERSION file reports "1.034 9/11/94 - KQ6 version 1.000.00G" // SCI interpreter version 1.001.054 |