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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Nov 19 08:43:47 CET 2010


Revision: 54360
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54360&view=rev
Author:   thebluegr
Date:     2010-11-19 07:43:47 +0000 (Fri, 19 Nov 2010)

Log Message:
-----------
SCI: Added KQ4 Atari ST version from bug report #3110941

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

Modified: scummvm/trunk/engines/sci/detection_tables.h
===================================================================
--- scummvm/trunk/engines/sci/detection_tables.h	2010-11-19 03:52:06 UTC (rev 54359)
+++ scummvm/trunk/engines/sci/detection_tables.h	2010-11-19 07:43:47 UTC (rev 54360)
@@ -1057,6 +1057,19 @@
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
 
+	// King's Quest 4 - English Atari ST (double-sided diskettes)
+	// Game version 1.003.006 (January 12, 1989)
+	// SCI interpreter version 1.001.008
+	// Provided by fischersfritz in bug report #3110941
+	{"kq4sci", "", {
+		{"resource.map", 0, "8800cd62b1eee93752099986dc704a16", 7416},
+		{"resource.001", 0, "a3cdb4848fb859fdd302976fff56490f", 450790},
+		{"resource.002", 0, "a3cdb4848fb859fdd302976fff56490f", 535276},
+		{"resource.003", 0, "a3cdb4848fb859fdd302976fff56490f", 705074},
+		{"resource.004", 0, "a3cdb4848fb859fdd302976fff56490f", 478366},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformAtariST, 0, GUIO_NOSPEECH	},
+
 	// King's Quest 5 - English Amiga (from www.back2roots.org)
 	// Executable scanning reports "1.004.018"
 	// SCI interpreter version 1.000.060


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