summaryrefslogtreecommitdiff
path: root/ym2612.c
diff options
context:
space:
mode:
Diffstat (limited to 'ym2612.c')
-rw-r--r--ym2612.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ym2612.c b/ym2612.c
index ed4280b..45da6fe 100644
--- a/ym2612.c
+++ b/ym2612.c
@@ -344,7 +344,6 @@ void ym_run(ym2612_context * context, uint32_t to_cycle)
//printf("updating operator %d of channel %d\n", op, channel);
ym_operator * operator = context->operators + op;
ym_channel * chan = context->channels + channel;
- //TODO: Modulate phase by LFO if necessary
uint16_t phase = operator->phase_counter >> 10 & 0x3FF;
operator->phase_counter += operator->phase_inc;
if (chan->pms) {