MOHAWK: Added detection for two Little Ark company games. Inspired by bug #12275

This commit is contained in:
Eugene Sandulenko 2021-05-23 21:17:23 +02:00
parent b19f0173c9
commit 53267cbad3
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 66 additions and 0 deletions

View File

@ -58,6 +58,8 @@ static const PlainGameDescriptor mohawkGames[] = {
{"bearfight", "The Berenstain Bears Get in a Fight"},
{"beardark", "The Berenstain Bears In The Dark"},
{"arthurcomp", "Arthur's Computer Adventure"},
{"create", "The Story of Creation"},
{"daniel", "Daniel in the Lions' Den"},
{"harryhh","Harry and the Haunted House"},
{"stellaluna", "Stellaluna"},
{"sheila", "Sheila Rae, the Brave"},

View File

@ -2928,6 +2928,70 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
// From sev
{
{
"create",
"",
AD_ENTRY1s("CREATE.LB", "8a94e13093dd3e2f58c220a1f265a7be", 1217),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
GType_LIVINGBOOKSV2,
0,
0,
},
// From sev
{
{
"create",
"Demo",
AD_ENTRY1s("CREATED.LB", "86165d80189815ada2abd67e55258486", 826),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
GType_LIVINGBOOKSV2,
0,
0,
},
// From sev
{
{
"daniel",
"",
AD_ENTRY1s("DANIEL.LB", "cdea21d55f0ead70c7990d2f1cfbc160", 1300),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
GType_LIVINGBOOKSV2,
0,
0,
},
// From sev
{
{
"daniel",
"Demo",
AD_ENTRY1s("DANIELD.LB", "4220631d9f677f694fa9d59a7c242dbe", 651),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
GType_LIVINGBOOKSV2,
0,
0,
},
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};