# HG changeset patch # User Mike Pavone # Date 1392276725 28800 # Node ID 666210adf87b7e9c66095851f6448c81d96ff04d # Parent 46a60bb5f78595c75f2b75eefc19c1e88e1ff56b Comment out LFO debug printf diff -r 46a60bb5f785 -r 666210adf87b ym2612.c --- a/ym2612.c Wed Feb 12 23:25:48 2014 -0800 +++ b/ym2612.c Wed Feb 12 23:32:05 2014 -0800 @@ -636,9 +636,9 @@ { //TODO: Test reg case REG_LFO: - if ((value & 0x8) && !context->lfo_enable) { + /*if ((value & 0x8) && !context->lfo_enable) { printf("LFO Enabled, Freq: %d\n", value & 0x7); - } + }*/ context->lfo_enable = value & 0x8; if (!context->lfo_enable) { context->lfo_am_step = context->lfo_pm_step = 0;