mmc5 audio: oops

This commit is contained in:
goyuken 2012-12-15 15:17:23 +00:00
parent 6dbb8f5f9f
commit 0e0359613d
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace BizHawk.Emulation.Sound
clock--;
if (clock < 0)
{
clock = T * 2;
clock = T * 2 + 1;
sequence--;
if (sequence < 0)
sequence += 8;