[Scummvm-cvs-logs] SF.net SVN: scummvm:[39679] scummvm/branches/branch-0-13-0/engines/agos/ detection_tables.h

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Wed Mar 25 00:55:16 CET 2009


Revision: 39679
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39679&view=rev
Author:   Kirben
Date:     2009-03-24 23:55:16 +0000 (Tue, 24 Mar 2009)

Log Message:
-----------
Add German DOS version of Waxworks.

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/engines/agos/detection_tables.h

Modified: scummvm/branches/branch-0-13-0/engines/agos/detection_tables.h
===================================================================
--- scummvm/branches/branch-0-13-0/engines/agos/detection_tables.h	2009-03-24 23:43:51 UTC (rev 39678)
+++ scummvm/branches/branch-0-13-0/engines/agos/detection_tables.h	2009-03-24 23:55:16 UTC (rev 39679)
@@ -762,6 +762,34 @@
 		GF_OLD_BUNDLE
 	},
 
+	// Waxworks - German DOS Floppy
+	{
+		{
+			"waxworks",
+			"Floppy",
+
+			{
+	{ "gamepc",		GAME_BASEFILE,	"32ee34134422e286525c73e71bd0ea2d", 53523},
+	{ "icon.dat",		GAME_ICONFILE,	"ef1b8ad3494cf103dc10a99fe152ef9a", 20901},
+	{ "menus.dat",		GAME_MENUFILE,	"3409eeb8ca8b46fc04da99de67573f5e", 320},
+	{ "roomslst",		GAME_RMSLFILE,	"e3758c46ab8f3c23a1ac012bd607108d", 128},
+	{ "start",		GAME_RESTFILE,	"036b647973d6884cdfc2042a3d12df83", 15354},
+	{ "statelst",		GAME_STATFILE,	"469e98c69f00928a8366ba415d91902d", 11104},
+	{ "stripped.txt",	GAME_STRFILE,	"f259e3e07a1cde8d0404a767d815e12c", 225},
+	{ "tbllist",		GAME_TBLFILE,	"95c44bfc380770a6b6dd0dfcc69e80a0", 309},
+	{ "xtbllist",		GAME_XTBLFILE,	"6c7b3db345d46349a5226f695c03e20f", 88},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+
+		GType_WW,
+		GID_WAXWORKS,
+		GF_OLD_BUNDLE
+	},
+
 	// Waxworks - Spanish DOS Floppy
 	{
 		{


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