[Scummvm-cvs-logs] SF.net SVN: scummvm: [25813] scummvm/trunk/engines/parallaction/detection. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Feb 24 10:11:13 CET 2007


Revision: 25813
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25813&view=rev
Author:   peres001
Date:     2007-02-24 01:11:12 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
french amiga demo is now recognized (not playable yet)

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/detection.cpp

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2007-02-24 02:12:36 UTC (rev 25812)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2007-02-24 09:11:12 UTC (rev 25813)
@@ -74,6 +74,26 @@
 		GType_Nippon,
 		0,
 	},
+
+
+	{
+		{
+			"nippon",
+			"amiga french demo",
+			{
+				{ "disk0",	0, "6fed2e18a6bfe5e8bb49144fcc95fd11", 624640},
+				{ "fr", 	0, "72f04be4320dfac719431419ec2b9a0d", 12778},
+				{ NULL, 0, NULL, 0}
+			},
+			Common::FR_FRA,
+			Common::kPlatformAmiga,
+			Common::ADGF_NO_FLAGS
+		},
+		GType_Nippon,
+		0,
+	},
+
+
 	{ AD_TABLE_END_MARKER, 0, 0 }
 };
 


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