diff options
| -rw-r--r-- | common/util.cpp | 1 | ||||
| -rw-r--r-- | common/util.h | 1 | ||||
| -rw-r--r-- | engines/scumm/scumm-md5.h | 4 | ||||
| -rw-r--r-- | tools/md5table.c | 1 | ||||
| -rw-r--r-- | tools/scumm-md5.txt | 2 | 
5 files changed, 8 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp index 316f2e39c3..f23a0ee6d6 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -277,6 +277,7 @@ const PlatformDescription g_platforms[] = {  	{"c64", "c64", "c64", "Commodore 64", kPlatformC64},  	{"pc", "dos", "ibm", "DOS", kPlatformPC},  	{"pc98", "pc98", "pc98", "PC-98", kPlatformPC98}, +	{"wii", "wii", "wii", "Nintendo Wii", kPlatformWii},  	// The 'official' spelling seems to be "FM-TOWNS" (e.g. in the Indy4 demo).  	// However, on the net many variations can be seen, like "FMTOWNS", diff --git a/common/util.h b/common/util.h index c23513596c..ecfdac33d7 100644 --- a/common/util.h +++ b/common/util.h @@ -210,6 +210,7 @@ enum Platform {  	kPlatformApple2GS,  	kPlatformPC98, +	kPlatformWii,  	kPlatformUnknown = -1  }; diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index eec9d33903..b2d9ad154a 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 Aug 26 11:12:54 2008 +  This file was generated by the md5table tool on Wed Sep 03 01:40:40 2008    DO NOT EDIT MANUALLY!   */ @@ -227,6 +227,7 @@ static const MD5Table md5table[] = {  	{ "566165a7338fa11029e7c14d94fa70d0", "freddi", "HE 73", "Demo", 9800, Common::EN_ANY, Common::kPlatformWindows },  	{ "5798972220cd458be2626d54c80f71d7", "atlantis", "", "Floppy", -1, Common::IT_ITA, Common::kPlatformAmiga },  	{ "57a17febe2183f521250e55d55b83e60", "PuttTime", "HE 99", "", -1, Common::FR_FRA, Common::kPlatformWindows }, +	{ "57a5cfec9ef231a007043cc1917e8988", "freddi", "HE 99", "Updated", -1, Common::EN_ANY, Common::kPlatformWii },  	{ "57b0d89af79befe1cabce3bece869e7f", "tentacle", "", "Floppy", -1, Common::DE_DEU, Common::kPlatformPC },  	{ "58436e634f4fae1d9973591c2ffa1fcb", "spyfox", "HE 99", "Updated", -1, Common::EN_ANY, Common::kPlatformUnknown },  	{ "589601b676c98b1c0c987bc031ab68b3", "chase", "HE 95", "", -1, Common::EN_USA, Common::kPlatformUnknown }, @@ -454,6 +455,7 @@ static const MD5Table md5table[] = {  	{ "c0039ad982999c92d0de81910d640fa0", "freddi", "HE 71", "", -1, Common::NL_NLD, Common::kPlatformWindows },  	{ "c0d5c89550381ac433624fedad5e1100", "loom", "PC-Engine", "", -1, Common::JA_JPN, Common::kPlatformPCEngine },  	{ "c13225cb1bbd3bc9fe578301696d8021", "monkey", "SEGA", "", -1, Common::EN_ANY, Common::kPlatformSegaCD }, +	{ "c225bec1b6c0798a2b8c89ac226dc793", "pajama", "HE 100", "", -1, Common::EN_ANY, Common::kPlatformWii },  	{ "c24c490373aeb48fbd54caa8e7ae376d", "loom", "No Adlib", "EGA", -1, Common::DE_DEU, Common::kPlatformAtariST },  	{ "c25755b08a8d0d47695e05f1e2111bfc", "freddi4", "", "Demo", -1, Common::EN_USA, Common::kPlatformUnknown },  	{ "c30ef068add4277104243c31ce46c12b", "monkey2", "", "", -1, Common::FR_FRA, Common::kPlatformAmiga }, diff --git a/tools/md5table.c b/tools/md5table.c index 3f85ac338b..c8f7eb9e09 100644 --- a/tools/md5table.c +++ b/tools/md5table.c @@ -85,6 +85,7 @@ static const StringMap platformMap[] = {  	{ "PC-Engine",		"kPlatformPCEngine" },  	{ "SEGA",		"kPlatformSegaCD" },  	{ "Windows",		"kPlatformWindows" }, +	{ "Wii",		"kPlatformWii" },  	{ "All?",		"kPlatformUnknown" },  	{ "All",		"kPlatformUnknown" }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index 225af32573..9a09625935 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -468,6 +468,7 @@ freddi	Freddi Fish 1: The Case of the Missing Kelp Seeds  	e44ea295a3f8fe4f41983080dab1e9ce	-1	fr	Mac	HE 90	Updated	-	ThierryFR  	746e88c172a5b7a1ae89ac0ee3ee681a	-1	ru	Windows	HE 90	Updated	-	sev  	a197a87ae77f3b3333f09a7a2c448fe2	-1	en	Windows	HE 99	Updated	-	Jonathan +	57a5cfec9ef231a007043cc1917e8988	-1	en	Wii	HE 99	Updated	-	sanguinehearts  	084ed0fa98a6d1e9368d67fe9cfbd417	-1	en	Windows	HE 71	Demo	-	khalek  	c8aac5e3e701874e2fa4117896f9e1b1	-1	en	Mac	HE 73	Demo	-	khalek, sev @@ -590,6 +591,7 @@ pajama	Pajama Sam 1: No Need to Hide When It's Dark Outside  	37aed3f91c1ef959e0bd265f9b13781f	-1	us	All	HE 100	Updated	-	Kirben  	782393c5934ecd0b536eaf5fd541bd26	-1	en	Windows	HE 100	Updated	-	Jonathan  	4aa93cb30e485b728504ba3a693f12bf	-1	ru	Windows	HE 100	-	-	sev +	c225bec1b6c0798a2b8c89ac226dc793	-1	en	Wii	HE 100	-	-	sanguinehearts  	f237bf8a5ef9af78b2a6a4f3901da341	18354	en	All	-	Demo	-	khalek, sev  	7f945525abcd48015adf1632637a44a1	-1	fr	All	-	Demo	-	Kirben  | 
