From 855d8c9155484047c2b894c8409a924be0d5748c Mon Sep 17 00:00:00 2001 From: sluicebox Date: Mon, 21 Oct 2019 10:58:31 -0700 Subject: SCI: Add LSL6 Mac Floppy detection entry --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/sci') 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", "", { -- cgit v1.2.3