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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Thu Jan 1 08:21:16 CET 2009


Revision: 35646
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35646&view=rev
Author:   Kirben
Date:     2009-01-01 07:21:16 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
Add Italian Amiga AGA version of Simon the Sorcerer 1.

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

Modified: scummvm/trunk/engines/agos/detection_tables.h
===================================================================
--- scummvm/trunk/engines/agos/detection_tables.h	2008-12-31 22:11:20 UTC (rev 35645)
+++ scummvm/trunk/engines/agos/detection_tables.h	2009-01-01 07:21:16 UTC (rev 35646)
@@ -929,6 +929,29 @@
 		GF_CRUNCHED | GF_OLD_BUNDLE | GF_PLANAR
 	},
 
+	// Simon the Sorcerer 1 - Italian Amiga AGA Floppy
+	{
+		{
+			"simon1",
+			"AGA Floppy",
+
+			{
+	{ "gameamiga",		GAME_BASEFILE,	"55dc304e7d3f8ad518af3b7f69da02b6", -1},
+	{ "icon.pkd",		GAME_ICONFILE,	"565ef7a98dcc21ef526a2bb10b6f42ed", -1},
+	{ "stripped.txt",	GAME_STRFILE,	"c649fcc0439766810e5097ee7e81d4c8", -1},
+	{ "tbllist",		GAME_TBLFILE,	"f9d5bf2ce09f82289c791c3ca26e1e4b", -1},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::IT_ITA,
+			Common::kPlatformAmiga,
+			Common::ADGF_NO_FLAGS
+		},
+
+		GType_SIMON1,
+		GID_SIMON1,
+		GF_CRUNCHED | GF_OLD_BUNDLE | GF_PLANAR
+	},
+
 	// Simon the Sorcerer 1 - English Amiga CD32
 	{
 		{


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