[Scummvm-cvs-logs] SF.net SVN: scummvm:[54565] scummvm/trunk/engines/mohawk

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Mon Nov 29 02:34:57 CET 2010


Revision: 54565
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54565&view=rev
Author:   tdhs
Date:     2010-11-29 01:34:56 +0000 (Mon, 29 Nov 2010)

Log Message:
-----------
MOHAWK: Add Detection Entry For "ABC By Dr Seuss" Living Book Game

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/detection.cpp
    scummvm/trunk/engines/mohawk/detection_tables.h

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2010-11-29 00:27:48 UTC (rev 54564)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2010-11-29 01:34:56 UTC (rev 54565)
@@ -109,6 +109,7 @@
 	{"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"},

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2010-11-29 00:27:48 UTC (rev 54564)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2010-11-29 01:34:56 UTC (rev 54565)
@@ -556,6 +556,37 @@
 
 	{
 		{
+			"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"),


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list