[Scummvm-cvs-logs] SF.net SVN: scummvm:[35101] scummvm/trunk/engines/kyra/sound_towns.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Nov 16 21:59:04 CET 2008


Revision: 35101
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35101&view=rev
Author:   athrxx
Date:     2008-11-16 20:59:04 +0000 (Sun, 16 Nov 2008)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_towns.cpp

Modified: scummvm/trunk/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_towns.cpp	2008-11-16 20:51:10 UTC (rev 35100)
+++ scummvm/trunk/engines/kyra/sound_towns.cpp	2008-11-16 20:59:04 UTC (rev 35101)
@@ -3031,12 +3031,12 @@
 		case 0x00:
 			// ssg
 			if (_ssg)
-				_ssg->writeReg(regAddress, value);
+				_ssg->writeReg(l, value);
 			break;
 		case 0x10:
 			// pcm rhythm channel
 			if (_prc)
-				_prc->writeReg(regAddress - 0x10, value);
+				_prc->writeReg(l, value);
 			break;
 		case 0x20:
 			if (l == 8) {


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