diff options
author | Ben Castricum | 2014-11-15 13:26:16 +0100 |
---|---|---|
committer | Ben Castricum | 2014-12-03 15:47:26 +0100 |
commit | 2e497bb9f83d0435e88bcd283b636c4e2c9043e3 (patch) | |
tree | e9e5bb6be9a97b83fe0da6cc7906b0fad3375ac0 | |
parent | e0d008a9ca83cc9f1bfae0d089f90f2c3b39fa0f (diff) | |
download | scummvm-rg350-2e497bb9f83d0435e88bcd283b636c4e2c9043e3.tar.gz scummvm-rg350-2e497bb9f83d0435e88bcd283b636c4e2c9043e3.tar.bz2 scummvm-rg350-2e497bb9f83d0435e88bcd283b636c4e2c9043e3.zip |
SCUMM: farm - Add support for a dutch Macintosh variant.
Found on CD with EAN8714902148334.
-rw-r--r-- | devtools/scumm-md5.txt | 1 | ||||
-rw-r--r-- | engines/scumm/detection_tables.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt index 361595670b..1f1f75affd 100644 --- a/devtools/scumm-md5.txt +++ b/devtools/scumm-md5.txt @@ -622,6 +622,7 @@ farm Let's Explore the Farm with Buzzy a5c5388da9bf0e6662fdca8813a79d13 86962 en Windows - - - George Kormendi a85856675429fe88051744f755b72f93 -1 en Windows - - - Kirben a2386da005672cbd5136f4f27a626c5f 87061 nl Windows - - - George Kormendi + eeb606c2d2ec877a712a9f20c10bcdda 87034 nl Mac - - - Ben Castricum 5dda73606533d66a4c3f4f9ea6e842af 87061 ru Windows - - - sev 39fd6db10d0222d817025c4d3346e3b4 -1 en Mac - Demo - Joachim Eberhard diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 3f08f17aff..42b5f4ce97 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -664,6 +664,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "dog", "Springparadijs", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "farm", "farm", kGenHEPC, UNK_LANG, UNK, 0 }, + { "farm", "farm", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "farm", "farmdemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "farm", "Farm Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, |