diff options
author | Matthew Hoops | 2011-05-02 10:57:23 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-02 11:24:04 -0400 |
commit | d6c1e70033315363ff052cec145f08f759664d1f (patch) | |
tree | 086bb6832297b0acc8c1a0d40ed92050fe3c3eaf /engines/mohawk | |
parent | ee223528fc3588b54957b872a2daad47919d807f (diff) | |
download | scummvm-rg350-d6c1e70033315363ff052cec145f08f759664d1f.tar.gz scummvm-rg350-d6c1e70033315363ff052cec145f08f759664d1f.tar.bz2 scummvm-rg350-d6c1e70033315363ff052cec145f08f759664d1f.zip |
MOHAWK: Add detection for the seussabc Mac demo
Diffstat (limited to 'engines/mohawk')
-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"), |