diff options
author | Martin Kiewitz | 2017-09-30 20:45:14 +0200 |
---|---|---|
committer | Martin Kiewitz | 2017-09-30 20:45:14 +0200 |
commit | d75dab4e55f15133eaef3c25f616e04566427101 (patch) | |
tree | 05644cb99fbf5b0bb1ec7e87774f5a35ebf37467 /engines/sci | |
parent | 128031c6a6d35a8092dc83e707b9a59feda4efdf (diff) | |
download | scummvm-rg350-d75dab4e55f15133eaef3c25f616e04566427101.tar.gz scummvm-rg350-d75dab4e55f15133eaef3c25f616e04566427101.tar.bz2 scummvm-rg350-d75dab4e55f15133eaef3c25f616e04566427101.zip |
SCI32: Add detection for SQ6 demo (from Sneak Peeks 2 CD)
Diffstat (limited to 'engines/sci')
-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 e12e5a1449..9d55f02345 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4787,6 +4787,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_TESTING, GUIO_SQ6_DEMO }, + // Space Quest 6 - English Win3.11 Demo (from Sneak Peeks 2 CD) + // Executable scanning reports "2.100.002", VERSION file reports "1.000.000" + {"sq6", "", { + {"resource.map", 0, "5cf3f0db76080a4ac327190bd027e355", 2164}, + {"resource.000", 0, "ab12724e078dea34b624e0d2a38dcd7c", 2159708}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_TESTING, GUIO_SQ6_DEMO }, + #undef GUIO_SQ6_DEMO #undef GUIO_SQ6 |