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

svn-id: r41717
This commit is contained in:
Norbert Lange 2009-06-20 21:20:39 +00:00
parent 8e00db241f
commit c6ba5279b1

View File

@ -255,6 +255,7 @@ FORCEINLINE bool Tfmx::macroStep(ChannelContext &channel) {
// 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;