[Scummvm-cvs-logs] SF.net SVN: scummvm:[41717] scummvm/branches/gsoc2009-mods/sound/mods/tfmx. cpp

nolange at users.sourceforge.net nolange at users.sourceforge.net
Sat Jun 20 23:20:40 CEST 2009


Revision: 41717
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41717&view=rev
Author:   nolange
Date:     2009-06-20 21:20:39 +0000 (Sat, 20 Jun 2009)

Log Message:
-----------
and 1 fix for a regression - always set sampleperiod before starting output

Modified Paths:
--------------
    scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp

Modified: scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp
===================================================================
--- scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp	2009-06-20 21:04:57 UTC (rev 41716)
+++ scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp	2009-06-20 21:20:39 UTC (rev 41717)
@@ -255,6 +255,7 @@
 			// there is actually a small delay in the player, but I think that
 			// only allows to clear DMA-State on real Hardware
 		}
+		Paula::setChannelPeriod(channel.paulaChannel, channel.period);
 		Paula::enableChannel(channel.paulaChannel);
 		channel.deferWait = false;
 		return true;


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