diff options
author | Filippos Karapetis | 2014-10-13 12:13:42 +0300 |
---|---|---|
committer | Filippos Karapetis | 2014-10-13 12:21:38 +0300 |
commit | c25f190ee6adfc5383eb67c9cadecac7c5b6eb2f (patch) | |
tree | 1ac3ff4e1d50ca2905e1824e23b08498470f33e1 | |
parent | 84c8e966bddcaa32b0602270beb68c08c0b59088 (diff) | |
download | scummvm-rg350-c25f190ee6adfc5383eb67c9cadecac7c5b6eb2f.tar.gz scummvm-rg350-c25f190ee6adfc5383eb67c9cadecac7c5b6eb2f.tar.bz2 scummvm-rg350-c25f190ee6adfc5383eb67c9cadecac7c5b6eb2f.zip |
SCI: Re-enable the entry for LSL1 remake
The entry is valid, verified by waltervn
-rw-r--r-- | engines/sci/detection_tables.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 91b3c45c6e..da6cdc7450 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1832,15 +1832,12 @@ 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) }, -#if 0 - // The resource.002 file, contained in disk 3, is broken in this version - // (it contains a large chunk of zeroes and several broken resources, - // e.g. pic 250 and views 250 and 251). - // Thus this detection entry isn't accurate. - - // Larry 1 Remake - English Amiga (from www.back2roots.org) + // Larry 1 Remake - English Amiga // Executable scanning reports "1.004.024" // SCI interpreter version 1.000.784 + // NOTE: The resource.002 file, contained in disk 3, is broken in the + // www.back2roots.org version (it contains a large chunk of zeroes and + // several broken resources, e.g. pic 250 and views 250 and 251). {"lsl1sci", "SCI", { {"resource.map", 0, "7d115a9e27dc8ac71e8d5ef33d589bd5", 3366}, {"resource.000", 0, "e67fd129d5810fc7ad8ea509d891cc00", 363073}, @@ -1849,7 +1846,6 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.003", 0, "4a34c3367c2fe7eb380d741374da1989", 572251}, AD_LISTEND}, Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, -#endif // Larry 1 VGA Remake - English DOS (from spookypeanut) // Executable scanning reports "1.000.577", VERSION file reports "2.1" |