diff options
author | Bastien Bouclet | 2017-02-26 07:06:53 +0100 |
---|---|---|
committer | Bastien Bouclet | 2017-02-26 07:06:53 +0100 |
commit | d991986944fed26fb789d24ffbbc25ecad0edc66 (patch) | |
tree | b92860ab168e4be42b6d604a3db898ce0fbd1b56 /engines/sci | |
parent | 92f158384484c1bb00e82464c5af0de280e40877 (diff) | |
download | scummvm-rg350-d991986944fed26fb789d24ffbbc25ecad0edc66.tar.gz scummvm-rg350-d991986944fed26fb789d24ffbbc25ecad0edc66.tar.bz2 scummvm-rg350-d991986944fed26fb789d24ffbbc25ecad0edc66.zip |
SCI32: Add Lighthouse French checksums
Diffstat (limited to 'engines/sci')
-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 52fb703e13..5f3bdfffc8 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2739,6 +2739,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::ES_ESP, Common::kPlatformDOS, ADGF_CD | ADGF_UNSTABLE, GUIO_LIGHTHOUSE }, + // Lighthouse - French DOS (from bgK) + // Executable scanning reports "3.000.000", VERSION file reports "1.1" + {"lighthouse", "", { + {"resmap.001", 0, "911c9cc5f49d4a96ff836154d3a86a8f", 7876}, + {"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122516760}, + {"resmap.002", 0, "703e7ab04bd358e76bc098995d71f36a", 7642}, + {"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 115212682}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformDOS, ADGF_CD | ADGF_UNSTABLE, GUIO_LIGHTHOUSE }, + #undef GUIO_LIGHTHOUSE_DEMO #undef GUIO_LIGHTHOUSE |