summaryrefslogtreecommitdiff
path: root/ym2612.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-03 07:41:10 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-03 07:41:10 -0800
commitd0896e7e7e918a8e73ae63636bb34b9dd8042570 (patch)
treebd37ad75eb6c9d78485b94e68771c565b92f6933 /ym2612.c
parenta0d9662fd249f57e86069928d045b4ae29ebbeff (diff)
Remove obsolete TODO
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) {