diff options
author | Eugene Sandulenko | 2009-03-14 08:44:14 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-03-14 08:44:14 +0000 |
commit | ad58bca65a3b7b7e55191bc696f40538877f19c1 (patch) | |
tree | c68a43250c637cfe45b8981ee3a59a92e81d867b /engines | |
parent | 782c394dd78e31f1d4bca76d75e7cd91cd490f14 (diff) | |
download | scummvm-rg350-ad58bca65a3b7b7e55191bc696f40538877f19c1.tar.gz scummvm-rg350-ad58bca65a3b7b7e55191bc696f40538877f19c1.tar.bz2 scummvm-rg350-ad58bca65a3b7b7e55191bc696f40538877f19c1.zip |
Add more detection entries from bugreport #2670691
svn-id: r39386
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection.cpp | 41 |
1 files changed, 38 insertions, 3 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 86b72d351f..67e6fb75ea 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -1472,7 +1472,6 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(3, 000, 000) }, -#if 0 // Larry 7 - French DOS (provided by richiefs in bug report #2670691) {{"lsl7", "", { {"resmap.000", 0, "4407849fd52fe3efb0c30fba60cd5cd4", 8206}, @@ -1480,9 +1479,8 @@ static const struct SciGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0}, {}, SCI_VERSION_AUTODETECT, - SCI_VERSION(3, 000, 000) // FIXME: add version here + SCI_VERSION(3, 000, 000) }, -#endif #if 0 // Larry 7 - Italian DOS CD (from glorifindel) @@ -1508,6 +1506,16 @@ static const struct SciGameDescription SciGameDescriptions[] = { }, #endif + // Larry 7 - English DOS Demo (provided by richiefs in bug report #2670691) + {{"lsl7", "Demo", { + {"ressci.000", 0, "5cc6159688b2dc03790a67c90ccc67f9", 10195878}, + {"resmap.000", 0, "6a2b2811eef82e87cde91cf1de845af8", 2695}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(2, 100, 002) + }, + #if 0 // Lighthouse - English DOS {{"lighthouse", "", { @@ -1636,6 +1644,21 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(0, 000, 685) // exe seems packed, this is a guess }, + // Police Quest 2 - English DOS (provided by richiefs in bug report #2670691) + {{"pq2", "", { + {"resource.map", 0, "9cff78c4be9e6a4848b6e9377569e3d9", 5700}, + {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 163291}, + {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 329367}, + {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 305819}, + {"resource.004", 0, "77f02def3094af804fd2371db25b7100", 342149}, + {"resource.005", 0, "77f02def3094af804fd2371db25b7100", 349899}, + {"resource.006", 0, "77f02def3094af804fd2371db25b7100", 354991}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(0, 000, 395) + }, + // Police Quest 2 - English DOS {{"pq2", "", { {"resource.map", 0, "28a6f471c7900c2c92da40eecb615d9d", 4584}, @@ -2080,6 +2103,18 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(1, 000, 784) // got 1.004.006 by executable scan }, + // Space Quest 3 - English DOS (provided by richiefs in bug report #2670691) + {{"sq3", "", { + {"resource.map", 0, "fee82d211c3918a90ce3b476d3dbb245", 5484}, + {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 485158}, + {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 720244}, + {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 688367}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(0, 000, 453) + }, + // Space Quest 3 - English DOS {{"sq3", "", { {"resource.map", 0, "55e91aeef1705bce2a9b79172682f36d", 5730}, |