diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp index 26879f85a6b..002e5e004eb 100644 --- a/sound/mods/tfmx.cpp +++ b/sound/mods/tfmx.cpp @@ -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;