diff options
author | Travis Howell | 2006-10-24 00:09:15 +0000 |
---|---|---|
committer | Travis Howell | 2006-10-24 00:09:15 +0000 |
commit | 56d44a5be2b7dbbe548f8cee95127697e645333d (patch) | |
tree | 7bf42fc5930ec18fbb8a6b4d4acec011a906bdb0 | |
parent | 8fb07286cc5a6aaa508bcff5e8c91791e7303704 (diff) | |
download | scummvm-rg350-56d44a5be2b7dbbe548f8cee95127697e645333d.tar.gz scummvm-rg350-56d44a5be2b7dbbe548f8cee95127697e645333d.tar.bz2 scummvm-rg350-56d44a5be2b7dbbe548f8cee95127697e645333d.zip |
Add back football2002 target
svn-id: r24478
-rw-r--r-- | engines/scumm/plugin.cpp | 5 | ||||
-rw-r--r-- | engines/scumm/scumm-md5.h | 3 | ||||
-rw-r--r-- | tools/scumm-md5.txt | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 03aaed0773..53b4d2dccc 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -113,6 +113,7 @@ static const PlainGameDescriptor gameDescriptions[] = { { "dog", "Putt-Putt and Pep's Dog on a Stick" }, { "farm", "Let's Explore the Farm with Buzzy" }, { "football", "Backyard Football" }, + { "football2002", "Backyard Football 2002" }, { "freddi", "Freddi Fish 1: The Case of the Missing Kelp Seeds" }, { "freddi2", "Freddi Fish 2: The Case of the Haunted Schoolhouse" }, { "freddi3", "Freddi Fish 3: The Case of the Stolen Conch Shell" }, @@ -359,6 +360,7 @@ static const GameSettings gameVariantsTable[] = { // Uses smacker in external files, for testing only {"arttime", 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK}, {"readdemo", 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK}, + {"football2002", 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK}, // The following are meant to be generic HE game variants and as such do @@ -538,9 +540,10 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "football", "football", kGenHEPC, UNK_LANG, UNK, 0 }, { "football", "FootBall", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "football", "FootBall Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "football", "FootBall2002", kGenHEPC, UNK_LANG, UNK, 0 }, { "football", "footdemo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "football2002", "FootBall2002", kGenHEPC, UNK_LANG, UNK, 0 }, + { "freddi", "freddi", kGenHEPC, UNK_LANG, UNK, 0 }, { "freddi", "Freddi", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "freddi", "freddemo", kGenHEPC, UNK_LANG, UNK, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 4ba744b6dc..1f8af81e69 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 Tue Oct 03 12:08:22 2006 + This file was generated by the md5table tool on Tue Oct 24 00:05:21 2006 DO NOT EDIT MANUALLY! */ @@ -354,6 +354,7 @@ static const MD5Table md5table[] = { { "9e5e0fb43bd22f4628719b7501adb717", "monkey", "No Adlib", "EGA", -1, Common::FR_FRA, Common::kPlatformAtariST }, { "9fd66fb3b04703bd50da4356e4202558", "spyfox2", "", "", -1, Common::EN_ANY, Common::kPlatformMacintosh }, { "a00554c31d623fdb9fcb0f924b89b42b", "loom", "EGA", "EGA Demo", -1, Common::EN_ANY, Common::kPlatformPC }, + { "a095616d2d23ccf43b8e257711202cba", "football2002", "", "", -1, Common::EN_ANY, Common::kPlatformWindows }, { "a095e33061606d231ff37dca4c64c8ac", "pajama", "HE 99", "", -1, Common::DE_DEU, Common::kPlatformUnknown }, { "a0a7dea72003933b8b3f8b99b9f7ddeb", "loom", "No Adlib", "EGA", -1, Common::EN_ANY, Common::kPlatformAtariST }, { "a194f15f51ee62badab74b9e7da97693", "baseball2001", "", "Demo", 20507, Common::EN_ANY, Common::kPlatformUnknown }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index 2ad041bdd8..a35ef61cc7 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -365,6 +365,9 @@ football Backyard Football 425205754fa749f4f0b0dd9d09fa45fd -1 en All - Demo - Joachim Eberhard 5bd335265a61caa3d78956ad9f88ba23 -1 en All - Demo - sev +football2002 Backyard Football 2002 + a095616d2d23ccf43b8e257711202cba -1 en Windows - - - clone2727 + soccer Backyard Soccer 701246819d1a70573f41bf33fc19214f -1 en All - - - sev |