aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Castricum2012-01-08 17:52:21 +0100
committerBen Castricum2012-01-08 17:52:21 +0100
commitb6bc7476725919d0893f083e5c3c1f2a7f387787 (patch)
treec5526f462ef2836aa1b1c3df9f7969e87d1f6fca
parente3b93672d54c59c036c0e87ec2f5aac2ad397cc2 (diff)
downloadscummvm-rg350-b6bc7476725919d0893f083e5c3c1f2a7f387787.tar.gz
scummvm-rg350-b6bc7476725919d0893f083e5c3c1f2a7f387787.tar.bz2
scummvm-rg350-b6bc7476725919d0893f083e5c3c1f2a7f387787.zip
SCUMM: Add support for 2 freddi3 Mac/Dutch demos
-rw-r--r--devtools/scumm-md5.txt2
-rw-r--r--engines/scumm/detection_tables.h4
-rw-r--r--engines/scumm/scumm-md5.h4
3 files changed, 6 insertions, 4 deletions
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index 610fcb1dd7..4dfb4b47c0 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -530,7 +530,7 @@ freddi3 Freddi Fish 3: The Case of the Stolen Conch Shell
cb1559e8405d17a5a278a6b5ad9338d1 22718 en All - Demo - khalek, sev
bbadf7309c4a2c2763e4bbba3c3be634 -1 fr All - Demo - Kirben
- 754feb59d3bf86b8a00840df74fd7b26 -1 nl Windows - Demo - adutchguy
+ 754feb59d3bf86b8a00840df74fd7b26 -1 nl All - Demo - adutchguy
ed2b074bc3166087a747acb2a3c6abb0 -1 de All HE 98.5 Demo - Joachim Eberhard
d73c851b942af44deb9b6d5f416a0972 -1 he Windows HE 99 Demo - Ori Avtalion
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index ff388fe931..d31edcff8b 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -660,7 +660,9 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddi3", "freddi3", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi3", "F3-Mdemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi3", "f3-mdemo", kGenHEPC, UNK_LANG, UNK, 0 },
- { "freddi3", "FF3-DEMO", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "freddi3", "FF3 Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+ { "freddi3", "FF3-demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+ { "freddi3", "FF3-DEMO", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },
{ "freddi3", "FF3DEMO", kGenHEPC, Common::HE_ISR, UNK, 0 },
{ "freddi3", "Freddi 3", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },
{ "freddi3", "Freddi Fish 3", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index c71315461a..c086884f5c 100644
--- a/engines/scumm/scumm-md5.h
+++ b/engines/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
/*
- This file was generated by the md5table tool on Sun Jan 8 13:57:30 2012
+ This file was generated by the md5table tool on Sun Jan 8 16:38:51 2012
DO NOT EDIT MANUALLY!
*/
@@ -323,7 +323,7 @@ static const MD5Table md5table[] = {
{ "7410a8ba9795020cd42f171c4320659e", "pajama3", "", "", -1, Common::FR_FRA, Common::kPlatformWindows },
{ "746e88c172a5b7a1ae89ac0ee3ee681a", "freddi", "HE 90", "Updated", -1, Common::RU_RUS, Common::kPlatformWindows },
{ "74da3494fbe1a7d20213b0afe0954755", "catalog", "HE CUP", "Preview", 10841544, Common::FR_FRA, Common::kPlatformUnknown },
- { "754feb59d3bf86b8a00840df74fd7b26", "freddi3", "", "Demo", -1, Common::NL_NLD, Common::kPlatformWindows },
+ { "754feb59d3bf86b8a00840df74fd7b26", "freddi3", "", "Demo", -1, Common::NL_NLD, Common::kPlatformUnknown },
{ "75ba23fff4fd63fa446c02864f2a5a4b", "zak", "V2", "V2", -1, Common::IT_ITA, Common::kPlatformPC },
{ "75bff95816b84672b877d22a911ab811", "freddi3", "HE 99", "Updated", -1, Common::RU_RUS, Common::kPlatformWindows },
{ "76b66b43e593ad4d2f1dfb5cc8f19700", "spyfox", "HE 99", "", -1, Common::NL_NLD, Common::kPlatformWindows },