From 207b9a25df3cfc9f6cec91d709082eafeeaae60f Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 29 Nov 2010 01:34:56 +0000 Subject: MOHAWK: Add Detection Entry For "ABC By Dr Seuss" Living Book Game svn-id: r54565 --- engines/mohawk/detection.cpp | 1 + engines/mohawk/detection_tables.h | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) 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 @@ -554,6 +554,37 @@ static const MohawkGameDescription gameDescriptions[] = { "Green Eggs and Ham" }, + { + { + "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", -- cgit v1.2.3