From c9e3a93c04cb286c2e56c57aa719003e1d3772f4 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 3 Oct 2010 23:10:45 +0000 Subject: SCI: Added detection entry for KQ5/PC-98 (bug report #3073583) svn-id: r53005 --- engines/sci/detection_tables.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engines/sci') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 37fc9b2bd6..e1d03d9914 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1277,6 +1277,18 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformFMTowns, 0, GUIO_NONE }, + // King's Quest 5 - Japanese PC-98 Floppy 0.000.015 (supplied by omer_mor in bug report #3073583) + {"kq5", "", { + {"resource.map", 0, "3bca188108ec5b6ad91612483a6cbc27", 7875}, + {"resource.000", 0, "70d6a2ec17fd49a63217992fc4347cd9", 493681}, + {"resource.001", 0, "a504e91327a4d51ee4818eb72026dbe9", 950364}, + {"resource.002", 0, "0750a84ece1d89d3a952e2a2b90b525c", 911833}, + {"resource.003", 0, "6f8d552b60ec82a165619a99e19c509d", 1078032}, + {"resource.004", 0, "e114ce8f884601c43308fb5cbbea4874", 1174129}, + {"resource.005", 0, "349ad9438172265d00680075c5a988d0", 1019669}, + AD_LISTEND}, + Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO_NOSPEECH }, + // King's Quest 6 - English DOS Non-Interactive Demo // Executable scanning reports "1.001.055", VERSION file reports "1.000.000" // SCI interpreter version 1.001.055 -- cgit v1.2.3