aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2013-05-17 23:01:36 -0400
committerMatthew Hoops2013-05-17 23:04:10 -0400
commitddf3472895569dfdf41b2ac44811f10eb0a3a2be (patch)
tree917f49011c9c3942780623bcafd299e52b3481f8
parent11e40f74676cce3e1bf2049e3be6b6e70b8c9cee (diff)
downloadscummvm-rg350-ddf3472895569dfdf41b2ac44811f10eb0a3a2be.tar.gz
scummvm-rg350-ddf3472895569dfdf41b2ac44811f10eb0a3a2be.tar.bz2
scummvm-rg350-ddf3472895569dfdf41b2ac44811f10eb0a3a2be.zip
SCI: Add detection for an interactive KQ7 demo
Thanks to DrMcCoy
-rw-r--r--engines/sci/detection_tables.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index fa7acaf4b8..506a1f6d76 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1623,6 +1623,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+ // King's Quest 7 - English Windows Demo (from DrMcCoy)
+ // SCI interpreter version 2.100.002
+ {"kq7", "Demo", {
+ {"resource.map", 0, "38e627a37a975aea40cc72b0518b0709", 18412},
+ {"resource.000", 0, "bad61d50aaa64298fa57a7c6ccd3bccf", 84020382},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+
#endif // ENABLE_SCI32
// Laura Bow - English Amiga