[Scummvm-cvs-logs] SF.net SVN: scummvm:[55176] scummvm/trunk/engines/sci/engine/kernel.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Jan 9 00:14:12 CET 2011


Revision: 55176
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55176&view=rev
Author:   thebluegr
Date:     2011-01-08 23:14:11 +0000 (Sat, 08 Jan 2011)

Log Message:
-----------
SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernel

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel.cpp

Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp	2011-01-08 21:11:31 UTC (rev 55175)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2011-01-08 23:14:11 UTC (rev 55176)
@@ -827,9 +827,15 @@
 
 void Kernel::setKernelNamesSci21(GameFeatures *features) {
 	// Some SCI games use a modified SCI2 kernel table instead of the
-	// SCI2.1 kernel table. The GK2 demo does this as well as at least
-	// one version of KQ7 (1.4). We detect which version to use based on
+	// SCI2.1 kernel table. We detect which version to use based on
 	// how kDoSound is called from Sound::play().
+	// Known games that use this:
+	// GK2 demo
+	// KQ7 1.4
+	// PQ4 SWAT demo
+	// LSL6
+	// PQ4CD
+	// QFG4CD
 
 	// This is interesting because they all have the same interpreter
 	// version (2.100.002), yet they would not be compatible with other


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