mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 08:53:51 +00:00
SCI: detection for lb2 dos floppy v1.1 (bug #6543)
This commit is contained in:
parent
058fc2327f
commit
d42317b35c
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user