mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
MOHAWK: Add Detection Entry For "ABC By Dr Seuss" Living Book Game
svn-id: r54565
This commit is contained in:
parent
ab732a73ff
commit
207b9a25df
@ -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"},
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user