diff options
author | Filippos Karapetis | 2013-04-25 11:07:01 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-04-25 11:07:01 +0300 |
commit | 40865bc79e185f6a5807688ef634ef03fc3a9960 (patch) | |
tree | 0c46ac04821ada2651ab3c93ab116a47ecf091c1 /engines | |
parent | 41e02baff162f8e9b910af22b371f838e16c8377 (diff) | |
download | scummvm-rg350-40865bc79e185f6a5807688ef634ef03fc3a9960.tar.gz scummvm-rg350-40865bc79e185f6a5807688ef634ef03fc3a9960.tar.bz2 scummvm-rg350-40865bc79e185f6a5807688ef634ef03fc3a9960.zip |
SCI: Add another version of LSL3 (bug #3611488)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index c8137c8fb4..a87c413f82 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1950,6 +1950,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Larry 3 - English DOS (supplied by kervala in bug report #3611488) + {"lsl3", "", { + {"resource.map", 0, "534d8946f10bc71a71b5bf89a84c31be", 5916}, + {"resource.001", 0, "f18441027154292836b973c655fa3175", 456265}, + {"resource.002", 0, "f18441027154292836b973c655fa3175", 577059}, + {"resource.003", 0, "f18441027154292836b973c655fa3175", 506817}, + {"resource.004", 0, "f18441027154292836b973c655fa3175", 513337}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Larry 3 - English DOS Non-Interactive Demo // SCI interpreter version 0.000.530 {"lsl3", "Demo", { |