diff options
author | Colin Snover | 2018-01-30 17:58:53 -0600 |
---|---|---|
committer | Colin Snover | 2018-01-30 17:59:24 -0600 |
commit | 3025257c6eaef735a4262cc8e566ec36e2116a29 (patch) | |
tree | 3387b3cc11ad529c622fbe825eb62f488a1ea015 | |
parent | dc6e58b78347d854070a39831fe8697169159fe9 (diff) | |
download | scummvm-rg350-3025257c6eaef735a4262cc8e566ec36e2116a29.tar.gz scummvm-rg350-3025257c6eaef735a4262cc8e566ec36e2116a29.tar.bz2 scummvm-rg350-3025257c6eaef735a4262cc8e566ec36e2116a29.zip |
SCI: Add detection entry for LB2 ES floppy
Fixes Trac#10416.
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index f82554b414..e9fba208e4 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2110,6 +2110,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Laura Bow 2 - Spanish DOS floppy (from sluicebox) + // Executable scanning reports "2.000.274", VERSION file reports "1.1" + {"laurabow2", "", { + {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483}, + {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766}, + {"resource.msg", 0, "c28ba1d0326d06eab69f94d9a70f5389", 285797}, + AD_LISTEND}, + Common::ES_ESP, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Laura Bow 2 - Spanish DOS CD (from jvprat) // Executable scanning reports "2.000.274", VERSION file reports "1.000.000, May 10, 1994" {"laurabow2", "CD", { |