MOHAWK: Add Detection Entry For "ABC By Dr Seuss" Living Book Game

svn-id: r54565
This commit is contained in:
David Turner 2010-11-29 01:34:56 +00:00
parent ab732a73ff
commit 207b9a25df
2 changed files with 32 additions and 0 deletions

View File

@ -109,6 +109,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"jamesmath", "James Discovers/Explores Math"},
{"treehouse", "The Treehouse"},
{"greeneggs", "Green Eggs and Ham"},
{"seussabc", "Dr Seuss ABC"},
{"1stdegree", "In the 1st Degree"},
{"csusa", "Where in the USA is Carmen Sandiego?"},
{"tortoise", "Aesop's Fables: The Tortoise and the Hare"},

View File

@ -554,6 +554,37 @@ static const MohawkGameDescription gameDescriptions[] = {
"Green Eggs and Ham"
},
{
{
"seussabc",
"",
AD_ENTRY1("ABC.LB", "1d56a9351974a7a70ace5274a4570b72"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV3,
0,
"ABC.EXE"
},
// 32-bit version of the previous entry
{
{
"seussabc",
"",
AD_ENTRY1("ABC32.LB", "1d56a9351974a7a70ace5274a4570b72"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV3,
0,
"ABC32.EXE"
},
{
{
"1stdegree",