diff options
Diffstat (limited to 'ym2612.c')
-rw-r--r-- | ym2612.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ void ym_run(ym2612_context * context, uint32_t to_cycle) { case 0://Operator 1 if (chan->feedback) { - mod = operator->output >> (10-chan->feedback); + mod = operator->output >> (9-chan->feedback); } break; case 1://Operator 3 |