MOHAWK: Add detection for Arthur's Computer Adventure
svn-id: r55702
This commit is contained in:
parent
403a33b11c
commit
e47ac9f937
2 changed files with 31 additions and 0 deletions
|
@ -123,6 +123,7 @@ static const PlainGameDescriptor mohawkGames[] = {
|
||||||
{"rugrats", "Rugrats Adventure Game"},
|
{"rugrats", "Rugrats Adventure Game"},
|
||||||
{"lbsampler", "Living Books Sampler"},
|
{"lbsampler", "Living Books Sampler"},
|
||||||
{"bearfight", "The Berenstain Bears Get in a Fight"},
|
{"bearfight", "The Berenstain Bears Get in a Fight"},
|
||||||
|
{"arthurcomp", "Arthur's Computer Adventure"},
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1204,6 +1204,36 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||||
"Bears Get in a Fight"
|
"Bears Get in a Fight"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"arthurcomp",
|
||||||
|
"",
|
||||||
|
AD_ENTRY1("OUTLINE", "dec4d1a05449f81b6012706932658326"),
|
||||||
|
Common::EN_ANY,
|
||||||
|
Common::kPlatformWindows,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
Common::GUIO_NONE
|
||||||
|
},
|
||||||
|
GType_LIVINGBOOKSV4,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"arthurcomp",
|
||||||
|
"",
|
||||||
|
AD_ENTRY1("BookOutline", "87bf1f9113340ce1c6c880932e815882"),
|
||||||
|
Common::EN_ANY,
|
||||||
|
Common::kPlatformMacintosh,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
Common::GUIO_NONE
|
||||||
|
},
|
||||||
|
GType_LIVINGBOOKSV4,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
},
|
||||||
|
|
||||||
{ AD_TABLE_END_MARKER, 0, 0, 0 }
|
{ AD_TABLE_END_MARKER, 0, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue