From d75dab4e55f15133eaef3c25f616e04566427101 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 30 Sep 2017 20:45:14 +0200 Subject: SCI32: Add detection for SQ6 demo (from Sneak Peeks 2 CD) --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines') 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 -- cgit v1.2.3