diff options
author | Martin Kiewitz | 2014-06-01 20:41:54 +0200 |
---|---|---|
committer | Martin Kiewitz | 2014-06-01 20:41:54 +0200 |
commit | d42317b35cd18a963798e0a81582b8b184107297 (patch) | |
tree | 323a7bafd84e776605ad233c19f7c5d9a48ea94c | |
parent | 058fc2327f5d46374f40597a954415153ca39977 (diff) | |
download | scummvm-rg350-d42317b35cd18a963798e0a81582b8b184107297.tar.gz scummvm-rg350-d42317b35cd18a963798e0a81582b8b184107297.tar.bz2 scummvm-rg350-d42317b35cd18a963798e0a81582b8b184107297.zip |
SCI: detection for lb2 dos floppy v1.1 (bug #6543)
-rw-r--r-- | engines/sci/detection_tables.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 64e5afeb16..b3de3b58d7 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1744,7 +1744,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, - // Laura Bow 2 - English DOS Floppy + // Laura Bow 2 - English DOS Floppy v1.0 // Executable scanning reports "2.000.274" // SCI interpreter version 1.001.069 (just a guess) {"laurabow2", "", { @@ -1753,6 +1753,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Laura Bow 2 v1.1 - English DOS Floppy (supplied by misterhands in bug report #6543) + // Executable scanning reports "2.000.274" + {"laurabow2", "", { + {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483}, + {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766}, + {"resource.msg", 0, "d1755fc4f41b5210febc9410503c6a29", 278354}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Laura Bow 2 - English DOS CD (from "The Roberta Williams Antology"/1996) // Executable scanning reports "1.001.072", VERSION file reports "1.1" (from jvprat) // SCI interpreter version 1.001.069 (just a guess) @@ -3582,7 +3591,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, - // Space Quest 3 v1.1 (game says 0.016) - English Mac (supplied by misterhands in bug report #6484 + // Space Quest 3 v1.1 (game says 0.016) - English Mac (supplied by misterhands in bug report #6484) // Executable scanning reports "0.024" {"sq3", "", { {"resource.map", 0, "d1574928fc6187f5958d431ac9d8022e", 5844}, |