aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorDavid Turner2010-11-29 01:34:56 +0000
committerDavid Turner2010-11-29 01:34:56 +0000
commit207b9a25df3cfc9f6cec91d709082eafeeaae60f (patch)
tree37d5c63f58004f3fef1b493ee7afcccb93282310 /engines
parentab732a73ffd271e4fe3d14b87215389a6e8261c8 (diff)
downloadscummvm-rg350-207b9a25df3cfc9f6cec91d709082eafeeaae60f.tar.gz
scummvm-rg350-207b9a25df3cfc9f6cec91d709082eafeeaae60f.tar.bz2
scummvm-rg350-207b9a25df3cfc9f6cec91d709082eafeeaae60f.zip
MOHAWK: Add Detection Entry For "ABC By Dr Seuss" Living Book Game
svn-id: r54565
Diffstat (limited to 'engines')
-rw-r--r--engines/mohawk/detection.cpp1
-rw-r--r--engines/mohawk/detection_tables.h31
2 files changed, 32 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 417560f67f..270f66fdfe 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -109,6 +109,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"jamesmath", "James Discovers/Explores Math"},
{"treehouse", "The Treehouse"},
{"greeneggs", "Green Eggs and Ham"},
+ {"seussabc", "Dr Seuss ABC"},
{"1stdegree", "In the 1st Degree"},
{"csusa", "Where in the USA is Carmen Sandiego?"},
{"tortoise", "Aesop's Fables: The Tortoise and the Hare"},
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 48d565055c..2b042a70ca 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -556,6 +556,37 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
+ "seussabc",
+ "",
+ AD_ENTRY1("ABC.LB", "1d56a9351974a7a70ace5274a4570b72"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ "ABC.EXE"
+ },
+
+ // 32-bit version of the previous entry
+ {
+ {
+ "seussabc",
+ "",
+ AD_ENTRY1("ABC32.LB", "1d56a9351974a7a70ace5274a4570b72"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ "ABC32.EXE"
+ },
+
+ {
+ {
"1stdegree",
"",
AD_ENTRY1("AL236_1.MHK", "3ba145492a7b8b4dee0ef4222c5639c3"),