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

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Tue Feb 8 18:32:40 CET 2011


Revision: 55829
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55829&view=rev
Author:   tdhs
Date:     2011-02-08 17:32:40 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
MOHAWK: Add detection entry for "Dr Seuss' ABC" Macintosh version.

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

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-08 15:03:23 UTC (rev 55828)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-08 17:32:40 UTC (rev 55829)
@@ -690,8 +690,26 @@
 		0
 	},
 
+	// FIXME: Mac version of Dr. Seuss's ABC uses V1 archive format, but has
+	//        V2 script format. Currently the engine aborts after the "A--B--C" intro with:
+	//        failed to read script entry correctly (8 bytes left): type 0x0067, event 0x0004, opcode 0x0006, param 0x0001!
 	{
 		{
+			"seussabc",
+			"",
+			AD_ENTRY1("BookOutline", "64fbc7a3519de7db3f8c7ff650921eea"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		0
+	},
+
+	{
+		{
 			"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