diff options
author | Martin Kiewitz | 2016-02-12 20:44:34 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-02-12 20:44:34 +0100 |
commit | 7a24ab227d5f51f0afc6eb6c00cb353d16c72d02 (patch) | |
tree | f62ac82cf077d3221840d410434558b5fb291205 | |
parent | eaf6e5d4f8848f87835b368dd9f8f31cb14a705c (diff) | |
download | scummvm-rg350-7a24ab227d5f51f0afc6eb6c00cb353d16c72d02.tar.gz scummvm-rg350-7a24ab227d5f51f0afc6eb6c00cb353d16c72d02.tar.bz2 scummvm-rg350-7a24ab227d5f51f0afc6eb6c00cb353d16c72d02.zip |
SCI: Add detection for Larry 6 French floppy
-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 37b3ee7822..af4937f724 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2286,6 +2286,14 @@ 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) }, + // Larry 6 - French DOS Floppy - LOWRES (provided by theco33) + // SCI interpreter version 1.001.113 + {"lsl6", "", { + {"resource.map", 0, "1e07144d3b06a3269236880170978acb", 6943}, + {"resource.000", 0, "7884a8db9253e29e6b37a2651fd90ba3", 5749882}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Larry 6 - English/German/French DOS CD - LOWRES // SCI interpreter version 1.001.115 {"lsl6", "", { |