diff options
author | Travis Howell | 2009-04-18 23:34:28 +0000 |
---|---|---|
committer | Travis Howell | 2009-04-18 23:34:28 +0000 |
commit | 514c2be4a90f9d2fc2f197c5006f565d96252073 (patch) | |
tree | 0822d535af374fd6a2d069cd00683613621e44bd /engines/scumm | |
parent | 812c7452351e8e6789e81fea71827b50087f3bec (diff) | |
download | scummvm-rg350-514c2be4a90f9d2fc2f197c5006f565d96252073.tar.gz scummvm-rg350-514c2be4a90f9d2fc2f197c5006f565d96252073.tar.bz2 scummvm-rg350-514c2be4a90f9d2fc2f197c5006f565d96252073.zip |
Add patch #2769163 - Mac additions for Freddi Fish 1 and Putt-Putt Parade.
svn-id: r40006
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection_tables.h | 4 | ||||
-rw-r--r-- | engines/scumm/scumm-md5.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 44d4f21907..c7aed924e1 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -252,8 +252,8 @@ static const GameSettings gameVariantsTable[] = { {"puttmoon", "", 0, GID_PUTTMOON, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, {"puttmoon", "HE 70", 0, GID_PUTTMOON, 6, 70, MDT_NONE, GF_USE_KEY, Common::kPlatformWindows}, + {"puttputt", "HE 60", 0, GID_HEGAME, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, {"puttputt", "HE 61", 0, GID_HEGAME, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, - {"puttputt", "HE 60", 0, GID_HEGAME, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, Common::kPlatformPC}, {"puttputt", "Demo", 0, GID_PUTTDEMO, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, // The following are meant to be generic HE game variants and as such do @@ -489,6 +489,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "puttputt", "puttdemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttputt", "Putt-Putt's Demo", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "puttputt", "Putt-Putt Parade", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "puttputt", "Putt-Putt", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, #ifdef ENABLE_HE { "airport", "airport", kGenHEPC, UNK_LANG, UNK, 0 }, @@ -777,6 +778,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "puttzoo", "T\xF6""ff-T""\xF6""ff\x99 Zoo Demo", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, // Windows encoding { "puttzoo", "zoodemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttzoo", "Zoo Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "puttzoo", "Putt-Putt Saves the Zoo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "readtime", "Blue's Reading Time", kGenHEPC, UNK_LANG, UNK, 0 }, { "readtime", "Blues-ReadingTime", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 32e3e15732..812d275c3c 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 Sat Apr 04 06:18:13 2009 + This file was generated by the md5table tool on Fri Apr 10 20:50:31 2009 DO NOT EDIT MANUALLY! */ @@ -269,6 +269,7 @@ static const MD5Table md5table[] = { { "679855cf61932f9bf995c8f3677380ed", "pajama3", "", "Demo", -1, Common::FR_FRA, Common::kPlatformWindows }, { "68155a6bf082221525f431c2cbdac8ab", "SamsFunShop", "", "", -1, Common::EN_USA, Common::kPlatformUnknown }, { "684732efb5799c0f78804c99d8de9aba", "puttputt", "HE 61", "", -1, Common::EN_ANY, Common::kPlatformMacintosh }, + { "68530d2e15f339fbbf3150b78b4d2ffb", "freddi", "HE 73", "", -1, Common::EN_ANY, Common::kPlatformMacintosh }, { "688328c5bdc4c8ec4145688dfa077bf2", "freddi4", "HE 99", "Demo", -1, Common::DE_DEU, Common::kPlatformUnknown }, { "6886e5d08cee329b1f2e743ae2e3ceed", "monkey2", "", "", 11135, Common::DE_DEU, Common::kPlatformPC }, { "695fe0b3963333b7e15b37514db3c745", "thinkerk", "", "Demo", 29789, Common::EN_USA, Common::kPlatformUnknown }, |