diff options
author | sluicebox | 2019-10-21 10:58:31 -0700 |
---|---|---|
committer | sluicebox | 2019-10-21 11:13:24 -0700 |
commit | 855d8c9155484047c2b894c8409a924be0d5748c (patch) | |
tree | 55fbf1dfdbfbe3eaeb4162153d122bbbf5634da4 /engines | |
parent | 6694bf58231d71e5bd385b2da7bfc277463ef41c (diff) | |
download | scummvm-rg350-855d8c9155484047c2b894c8409a924be0d5748c.tar.gz scummvm-rg350-855d8c9155484047c2b894c8409a924be0d5748c.tar.bz2 scummvm-rg350-855d8c9155484047c2b894c8409a924be0d5748c.zip |
SCI: Add LSL6 Mac Floppy detection entry
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index b5b005076d..3a6ab62c7c 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2722,6 +2722,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::ES_ESP, Common::kPlatformDOS, 0, GUIO_STD16 }, + // Larry 6 - English Macintosh Floppy (provided by sluicebox) + // VERSION file reports "1.0" + {"lsl6", "", { + {"Data1", 0, "482e6bcdda3a89390d5c4bcbfb5896b4", 2754907}, + {"Data2", 0, "ba0799a45076780dfbceb8fce4c549c9", 5846345}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_STD16_MAC }, + // Crazy Nick's Software Picks: Leisure Suit Larry's Casino - English DOS (from the Leisure Suit Larry Collection) // Executable scanning reports "1.001.029", VERSION file reports "1.000" {"cnick-lsl", "", { |