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

dsx at users.sourceforge.net dsx at users.sourceforge.net
Sun Jan 7 13:18:45 CET 2007


Revision: 25044
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25044&view=rev
Author:   dsx
Date:     2007-01-07 04:18:44 -0800 (Sun, 07 Jan 2007)

Log Message:
-----------
Add a PQ1 (2.0G) detection entry.

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

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2007-01-07 09:08:45 UTC (rev 25043)
+++ scummvm/trunk/engines/agi/detection.cpp	2007-01-07 12:18:44 UTC (rev 25044)
@@ -621,6 +621,21 @@
 
 
 	{
+		// Police Quest 1 (PC) 2.0G 12/3/87; entry from DAGII, but missing from Sarien?
+		{
+			"agi",
+			"Police Quest 1 (IBM) 2.0G 12/03/87",	// not sure about disk format -- dsymonds
+			AD_ENTRY1("logdir", "d194e5d88363095f55d5096b8e32fbbb"),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+		},
+		GType_V2,
+		0,
+		0x2917,
+	},
+
+
+	{
 		// Sarien Name == Space Quest 1 (PC) 1.0X [AGI 2.089]
 		{
 			"agi",


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