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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Mar 12 04:56:02 CET 2006


Revision: 21233
Author:   eriktorbjorn
Date:     2006-03-12 04:55:16 -0800 (Sun, 12 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21233&view=rev

Log Message:
-----------
Added debug message for the standard "note on" opcodes as well.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_adlib.cpp
Modified: scummvm/trunk/engines/kyra/sound_adlib.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_adlib.cpp	2006-03-12 12:40:14 UTC (rev 21232)
+++ scummvm/trunk/engines/kyra/sound_adlib.cpp	2006-03-12 12:55:16 UTC (rev 21233)
@@ -707,6 +707,7 @@
 							break;
 						continue;
 					} else {
+						debugC(9, kDebugLevelSound, "Note on opcode 0x%02X (duration: %d) (channel: %d)", command & 0xFF, (command >> 8) & 0xFF, _curTable);
 						opcode = 0;
 						setupNote(command & 0xFF, table);
 						noteOn(table);


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