aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorsluicebox2019-10-21 11:08:04 -0700
committersluicebox2019-10-21 11:13:24 -0700
commit4ed93d2bcb702f3030c4f26031aa87938eb82b48 (patch)
tree01c4991e20cfca2149eeca4e1e2ec1217c2aad20 /engines
parent8dcdc63af186eba7e5c4d6f9f4e389455c6ff4aa (diff)
downloadscummvm-rg350-4ed93d2bcb702f3030c4f26031aa87938eb82b48.tar.gz
scummvm-rg350-4ed93d2bcb702f3030c4f26031aa87938eb82b48.tar.bz2
scummvm-rg350-4ed93d2bcb702f3030c4f26031aa87938eb82b48.zip
SCI32: Add LSL6 Mac CD detection entry
Trac #11218
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/detection_tables.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 3a6ab62c7c..1023bd8352 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2771,6 +2771,8 @@ static const struct ADGameDescription SciGameDescriptions[] = {
#define GUIO_LSL6HIRES GUIO3(GUIO_NOASPECT, \
GUIO_LINKSPEECHTOSFX, \
GAMEOPTION_ORIGINAL_SAVELOAD)
+#define GUIO_LSL6HIRES_MAC GUIO2(GUIO_NOASPECT, \
+ GUIO_LINKSPEECHTOSFX)
// Larry 6 - English/German DOS CD - HIRES
// SCI interpreter version 2.100.002
@@ -2796,7 +2798,18 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL6HIRES },
+ // Larry 6 - English Macintosh CD - HIRES (provided by michaelklaube in bug report #11218)
+ {"lsl6hires", "Hi-res", {
+ {"Data1", 0, "2c4e00a6910490831d4d84e9e6a49ec4", 3456494},
+ {"Data2", 0, "a7522b925dd5422c2db2b0a2337c76c3", 5856678},
+ {"Data3", 0, "9ebb490ec63721e5261111b918b5520e", 5577998},
+ {"Data4", 0, "d70687689ff3cf19a5e3c79dfced1c94", 3472320},
+ {"Data5", 0, "e91c3b681095a263fcb2f2c8d8fc74b6", 3274099},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_LSL6HIRES_MAC },
+
#undef GUIO_LSL6HIRES
+#undef GUIO_LSL6HIRES_MAC
#define GUIO_LSL7_DEMO GUIO4(GUIO_NOASPECT, \
GUIO_NOMIDI, \