diff options
author | Filippos Karapetis | 2012-12-01 21:59:29 +0200 |
---|---|---|
committer | Filippos Karapetis | 2012-12-01 22:00:45 +0200 |
commit | 8c4beffdf05126c5798e23ef78e1cc98face1256 (patch) | |
tree | 0982a8ded655ef28330f2d50742423f4ac98d43a | |
parent | 3fdddd53b2b970aae3e967bebc0bff6e642a5111 (diff) | |
download | scummvm-rg350-8c4beffdf05126c5798e23ef78e1cc98face1256.tar.gz scummvm-rg350-8c4beffdf05126c5798e23ef78e1cc98face1256.tar.bz2 scummvm-rg350-8c4beffdf05126c5798e23ef78e1cc98face1256.zip |
SCI: Add the French DOS version of Freddy Pharkas (bug #3589449)
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 98b72a2ef5..736d0b7ddc 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -581,6 +581,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Freddy Pharkas - French DOS Floppy (supplied by misterhands in bug report #3589449) + // Executable scanning reports "1.cfs.081" + {"freddypharkas", "Floppy", { + {"resource.map", 0, "a32674e7fbf7b213b4a066c8037f16b6", 5816}, + {"resource.000", 0, "fed4808fdb72486908ac7ad0044b14d8", 5233230}, + {"resource.msg", 0, "4dc478f5c73b57e5d690bdfffdcf1c44", 816518}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformPC, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Freddy Pharkas - Windows (supplied by abevi in bug report #2612718) // Executable scanning reports "1.cfs.081" // SCI interpreter version 1.001.132 (just a guess) |