summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ym2612.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ym2612.c b/ym2612.c
index 7199565..59048fc 100644
--- a/ym2612.c
+++ b/ym2612.c
@@ -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