mmc5 audio: oops
This commit is contained in:
parent
6dbb8f5f9f
commit
0e0359613d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue