diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-03 07:41:10 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-03 07:41:10 -0800 |
commit | d0896e7e7e918a8e73ae63636bb34b9dd8042570 (patch) | |
tree | bd37ad75eb6c9d78485b94e68771c565b92f6933 | |
parent | a0d9662fd249f57e86069928d045b4ae29ebbeff (diff) |
Remove obsolete TODO
-rw-r--r-- | ym2612.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |