changeset 853:2d474efb4629

Remove obsolete TODO
author Michael Pavone <pavone@retrodev.com>
date Tue, 03 Nov 2015 07:41:10 -0800
parents 5de8759b87af
children adeb6465ad53
files ym2612.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ym2612.c	Mon Nov 02 22:33:54 2015 -0800
+++ b/ym2612.c	Tue Nov 03 07:41:10 2015 -0800
@@ -344,7 +344,6 @@
 			//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) {