diff options
author | md5 | 2011-03-20 03:02:02 +0200 |
---|---|---|
committer | md5 | 2011-03-20 03:02:02 +0200 |
commit | 4b371a9e7a73b08454be053134a5751b5f5152b3 (patch) | |
tree | 1d8599558547923dcd3f932adf10888e4336962e | |
parent | 492b6573ede1d6c24aeb2ef5523157e695fe0ad7 (diff) | |
download | scummvm-rg350-4b371a9e7a73b08454be053134a5751b5f5152b3.tar.gz scummvm-rg350-4b371a9e7a73b08454be053134a5751b5f5152b3.tar.bz2 scummvm-rg350-4b371a9e7a73b08454be053134a5751b5f5152b3.zip |
SCI: Disabled the BTTR entry for LSL1 Amiga
This version it contains a broken resource.002 file inside disk 3, which
contains a large chunk of zeros and several broken resources (e.g. pic
250 and views 250 and 251).
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 923d35fe16..23d76cc0f6 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1608,7 +1608,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, - // Larry 1 VGA Remake - English Amiga (from www.back2roots.org) +#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) // Executable scanning reports "1.004.024" // SCI interpreter version 1.000.784 {"lsl1sci", "SCI", { @@ -1619,6 +1625,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.003", 0, "4a34c3367c2fe7eb380d741374da1989", 572251}, AD_LISTEND}, Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO_NOSPEECH }, +#endif // Larry 1 VGA Remake - English DOS (from spookypeanut) // Executable scanning reports "1.000.577", VERSION file reports "2.1" |