diff options
author | Filippos Karapetis | 2009-09-01 23:07:51 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-09-01 23:07:51 +0000 |
commit | b2415c11c70a72c3f11595bd72b4780241ac4fbe (patch) | |
tree | 74803ad136ea4e8f8dc6825a17d93d8b5892516d | |
parent | 21163f5ae193a6675324438a8c38bea50580b64b (diff) | |
download | scummvm-rg350-b2415c11c70a72c3f11595bd72b4780241ac4fbe.tar.gz scummvm-rg350-b2415c11c70a72c3f11595bd72b4780241ac4fbe.tar.bz2 scummvm-rg350-b2415c11c70a72c3f11595bd72b4780241ac4fbe.zip |
Added checksums for KQ5 EGA (bug report #2829470)
svn-id: r43903
-rw-r--r-- | engines/sci/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index cbb83e2c10..64e1413bb2 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -943,6 +943,22 @@ static const struct SciGameDescription SciGameDescriptions[] = { 0 }, + // King's Quest 5 EGA (supplied by markcoolio in bug report #2829470) + // SCI interpreter version 1.000.060 + {{"kq5", "EGA", { + {"resource.map", 0, "baf888a4e4797ce0de0b19d4e183583c", 7662}, + {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 394242}, + {"resource.001", 0, "c1eef048fa9fe76298c2d4705ef9549f", 558362}, + {"resource.002", 0, "076aa0bf1d8d2c147d64aeffbe2928e5", 597593}, + {"resource.003", 0, "ecb47cd04d06b2ab2f9f883667db6e81", 487608}, + {"resource.004", 0, "4d74e8094ff57cea6ee92faf63dbd0af", 621513}, + {"resource.005", 0, "3cca5b2dae8afe94532edfdc98d7edbe", 669919}, + {"resource.006", 0, "698c698570cde9015e4d51eb8d2e9db1", 666527}, + {"resource.007", 0, "703d8df30e89541af337d7706540d5c4", 541743}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH}, + 0 + }, + // King's Quest 5 - German DOS Floppy (supplied by markcoolio in bug report #2727101) // SCI interpreter version 1.000.060 {{"kq5", "", { |