diff options
| author | D G Turner | 2012-02-15 17:36:58 +0000 |
|---|---|---|
| committer | D G Turner | 2012-02-15 17:36:58 +0000 |
| commit | 8103d57d374a4061e7bd6f6f0e8d9e412eed0445 (patch) | |
| tree | cfe38d94246d92c947efa849c55a688e1749a385 /engines/mohawk | |
| parent | 160fd3a17953f33de881449577059d97a9c6b2f8 (diff) | |
| download | scummvm-rg350-8103d57d374a4061e7bd6f6f0e8d9e412eed0445.tar.gz scummvm-rg350-8103d57d374a4061e7bd6f6f0e8d9e412eed0445.tar.bz2 scummvm-rg350-8103d57d374a4061e7bd6f6f0e8d9e412eed0445.zip | |
MOHAWK: Add Detection Entries For 3 LB Mac Games.
Parameters taken from bug #3461368 - "MOHAWK: Living Books Mac
Versions Not Recognized".
Diffstat (limited to 'engines/mohawk')
| -rw-r--r-- | engines/mohawk/detection_tables.h | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 2b1b28716e..27b1192f09 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1293,6 +1293,23 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // Just Grandma and Me 2.0 Macintosh + // From aluff in bug #3461368 + { + { + "grandma", + "v2.0", + AD_ENTRY1("BookOutline", "99fe5c8ace79f0542e6390bc3b58f25a"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + // Just Grandma and Me 1.0 // From scoriae { @@ -1782,6 +1799,23 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // Arthur Birthday (English) Version 2.0 Macintosh + // From aluff in bug #3461368 + { + { + "arthurbday", + "", + AD_ENTRY1("BookOutline", "8e4fddb5b761c8cf2a3b448dd38422be"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + { { "arthurbday", @@ -2251,6 +2285,22 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // From aluff in bug #3461368 + { + { + "beardark", + "", + AD_ENTRY1("BookOutline", "b56746b3b2c062c8588bfb6b28e137c1"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + { { "arthurcomp", |
