Skip to content

Commit

Permalink
MOHAWK: Yet more LB detection entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzie committed Aug 12, 2011
1 parent 5d416e7 commit d13b967
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions engines/mohawk/detection_tables.h
Expand Up @@ -653,6 +653,23 @@ static const MohawkGameDescription gameDescriptions[] = {
"HARRY.EXE"
},

// part of "Super Living Books" compilation
// from rgemini, bug #3309343
{
{
"harryhh",
"",
AD_ENTRY1("HARRY.512", "39d11399796dfa36d3f631d2d87e8b85"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV1,
0,
"HARRY.EXE"
},

{
{
"carmentq",
Expand Down Expand Up @@ -929,6 +946,23 @@ static const MohawkGameDescription gameDescriptions[] = {
"TORTOISE.EXE"
},

// part of "Super Living Books" compilation
// from rgemini, bug #3309343
{
{
"tortoise",
"",
AD_ENTRY1("TORTOISE.512", "e9ec7a6bc6b451c9e85e5b4f072d5143"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV1,
0,
"TORTOISE.EXE"
},

// From afholman in bug#3309308
{
{
Expand Down Expand Up @@ -1053,6 +1087,23 @@ static const MohawkGameDescription gameDescriptions[] = {
"ARTHUR.EXE"
},

// part of "Super Living Books" compilation
// from rgemini, bug #3309343
{
{
"arthur",
"",
AD_ENTRY1("PAGES.512", "cd995d20d0d7b4642476fd76044b4e5b"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV1,
GF_LB_10,
"ARTHUR.EXE"
},

// From afholman in bug#3309308
{
{
Expand Down Expand Up @@ -1195,6 +1246,22 @@ static const MohawkGameDescription gameDescriptions[] = {
"GRANDMA.EXE"
},

// from jjnryan in bug #3389857
{
{
"grandma",
"v1.0",
AD_ENTRY1("PAGES.512", "613ca946bc8d91087fb7c10e9b84e88b"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV1,
GF_LB_10,
"GRANDMA.EXE"
},

{
{
"grandma",
Expand Down Expand Up @@ -1366,6 +1433,23 @@ static const MohawkGameDescription gameDescriptions[] = {
"NEWKID.EXE"
},

// part of "Super Living Books" compilation
// from rgemini, bug #3309343
{
{
"newkid",
"",
AD_ENTRY1("NEWKID.512", "28a5aef3e6ef7e2ed7742485c25bdff6"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV1,
0,
"NEWKID.EXE"
},

// From aluff in bug#3309981
{
{
Expand Down

0 comments on commit d13b967

Please sign in to comment.