diff options
Diffstat (limited to 'sound/mods')
-rw-r--r-- | sound/mods/tfmx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp index 26879f85a6..002e5e004e 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; |