diff options
author | Bastien Bouclet | 2017-02-26 07:07:50 +0100 |
---|---|---|
committer | Bastien Bouclet | 2017-02-26 07:07:50 +0100 |
commit | c81a61eefe1960fad52ef6d3328447f6452c7568 (patch) | |
tree | 1ac9f9c05dc1c2ab5e103ccbdd43134ac925b557 /engines/sci | |
parent | e9d87117baa87ccaf21b7d80d242ecde744f9a2f (diff) | |
download | scummvm-rg350-c81a61eefe1960fad52ef6d3328447f6452c7568.tar.gz scummvm-rg350-c81a61eefe1960fad52ef6d3328447f6452c7568.tar.bz2 scummvm-rg350-c81a61eefe1960fad52ef6d3328447f6452c7568.zip |
SIC32: Add RAMA French checksums
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 5e440d9282..02ec9aa55b 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3895,6 +3895,18 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO_RAMA }, + // RAMA - French Windows CD (from bgK) + // Executable scanning reports "3.000.000", VERSION file reports "1.000.000" + {"rama", "", { + {"resmap.001", 0, "c931947115a69bb4c1760cef04e4018f", 8338}, + {"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70783560}, + {"resmap.002", 0, "2f70519e32dd4d56d0009d127797a444", 12082}, + {"ressci.002", 0, "2a68edd064e5e4937b5e9c74b38f2082", 128724165}, + {"resmap.003", 0, "fd2ce2312084e60b2cc5194a799873d0", 1636}, + {"ressci.003", 0, "2a68edd064e5e4937b5e9c74b38f2082", 6379952}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO_RAMA }, + // RAMA - Italian Windows CD (from glorifindel) // SCI interpreter version 3.000.000 (a guess?) {"rama", "", { |