[Scummvm-cvs-logs] SF.net SVN: scummvm:[34077] scummvm/branches/branch-0-12-0/engines/kyra/ sound_towns.cpp
athrxx at users.sourceforge.net
athrxx at users.sourceforge.net
Thu Aug 21 00:51:53 CEST 2008
Revision: 34077
http://scummvm.svn.sourceforge.net/scummvm/?rev=34077&view=rev
Author: athrxx
Date: 2008-08-20 22:51:52 +0000 (Wed, 20 Aug 2008)
Log Message:
-----------
KYRA: Towns/PC-98-Audio: backport bug fix for pitch wheel
Modified Paths:
--------------
scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp
Modified: scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp 2008-08-20 22:38:36 UTC (rev 34076)
+++ scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp 2008-08-20 22:51:52 UTC (rev 34077)
@@ -2456,8 +2456,6 @@
if (!processPitchWheel())
return;
- processPitchWheel();
-
uint16 f = _frequency >> _block;
writeReg(_regOffset << 1, f & 0xff);
writeReg((_regOffset << 1) + 1, f >> 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