[Scummvm-cvs-logs] SF.net SVN: scummvm:[47337] scummvm/trunk/engines/sci/resource.cpp

waltervn at users.sourceforge.net waltervn at users.sourceforge.net
Sun Jan 17 05:57:21 CET 2010


Revision: 47337
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47337&view=rev
Author:   waltervn
Date:     2010-01-17 04:57:21 +0000 (Sun, 17 Jan 2010)

Log Message:
-----------
SCI: Add comment to channel mask code

Modified Paths:
--------------
    scummvm/trunk/engines/sci/resource.cpp

Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp	2010-01-17 02:42:31 UTC (rev 47336)
+++ scummvm/trunk/engines/sci/resource.cpp	2010-01-17 04:57:21 UTC (rev 47337)
@@ -2099,6 +2099,8 @@
 			//				   bit 2 set: use for PC speaker
 			//				   bit 3 set and bit 0 clear: control channel (15)
 			//				   bit 3 set and bit 0 set: rhythm channel (9)
+			// Note: control channel is dynamically assigned inside the drivers,
+			// but seems to be fixed at 15 in the song data.
 			flags = *data++;
 
 			// Get device bits


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