[Scummvm-cvs-logs] SF.net SVN: scummvm:[46566] scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Dec 25 23:14:41 CET 2009


Revision: 46566
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46566&view=rev
Author:   m_kiewitz
Date:     2009-12-25 22:14:41 +0000 (Fri, 25 Dec 2009)

Log Message:
-----------
SCI: implemented command 0x80 (stopnote) for amiga music driver

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp

Modified: scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp	2009-12-25 21:54:31 UTC (rev 46565)
+++ scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp	2009-12-25 22:14:41 UTC (rev 46566)
@@ -574,6 +574,9 @@
 	byte op2 = (b >> 16) & 0xff;
 
 	switch (command) {
+	case 0x80:
+		stopNote(channel, op1);
+		break;
 	case 0x90:
 		if (op2 > 0)
 			startNote(channel, op1, op2);


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