diff options
author | Matthew Hoops | 2011-05-02 10:57:23 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-02 10:58:27 -0400 |
commit | de2408a624fccc59af6fa99e31f5a34ea2f9fa71 (patch) | |
tree | a44d26a40ff947ee69494278e86eb61684aab886 /engines/mohawk/detection_tables.h | |
parent | 07c3de5f7c944bf1b842345452e5b9f1486c89e0 (diff) | |
download | scummvm-rg350-de2408a624fccc59af6fa99e31f5a34ea2f9fa71.tar.gz scummvm-rg350-de2408a624fccc59af6fa99e31f5a34ea2f9fa71.tar.bz2 scummvm-rg350-de2408a624fccc59af6fa99e31f5a34ea2f9fa71.zip |
MOHAWK: Add detection for the seussabc Mac demo
Diffstat (limited to 'engines/mohawk/detection_tables.h')
-rw-r--r-- | engines/mohawk/detection_tables.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index ae9d8ee616..36dbcbde7b 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -793,6 +793,21 @@ static const MohawkGameDescription gameDescriptions[] = { { { + "seussabc", + "Demo", + AD_ENTRY1("BookOutline", "17d72660680ae32cd7c560d0cf04d2ef"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_DEMO, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV2, + GF_DEMO, + 0 + }, + + { + { "1stdegree", "", AD_ENTRY1("AL236_1.MHK", "3ba145492a7b8b4dee0ef4222c5639c3"), |