[Scummvm-git-logs] scummvm master -> 3025257c6eaef735a4262cc8e566ec36e2116a29
csnover
csnover at users.noreply.github.com
Wed Jan 31 01:01:02 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3025257c6e SCI: Add detection entry for LB2 ES floppy
Commit: 3025257c6eaef735a4262cc8e566ec36e2116a29
https://github.com/scummvm/scummvm/commit/3025257c6eaef735a4262cc8e566ec36e2116a29
Author: Colin Snover (github.com at zetafleet.com)
Date: 2018-01-30T17:59:24-06:00
Commit Message:
SCI: Add detection entry for LB2 ES floppy
Fixes Trac#10416.
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index f82554b..e9fba20 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", {
More information about the Scummvm-git-logs
mailing list