what is this tab doing in my CODE!!!!!!!

This commit is contained in:
tildearrow 2025-03-23 03:59:47 -05:00
parent fadf516d0b
commit beb7411ba7

View file

@ -228,7 +228,7 @@ void DivPlatformAY8910::runTFX(int runRate, int advance) {
// stupid pitch correction because: // stupid pitch correction because:
// YM2149 half-clock and Sunsoft 5B: timers run an octave too high // YM2149 half-clock and Sunsoft 5B: timers run an octave too high
// on AtomicSSG core timers run 2 octaves too high // on AtomicSSG core timers run 2 octaves too high
if (clockSel || sunsoft) chan[i].tfx.period = chan[i].tfx.period * 2; if (clockSel || sunsoft) chan[i].tfx.period = chan[i].tfx.period * 2;
if (selCore && !intellivision) chan[i].tfx.period = chan[i].tfx.period * 4; if (selCore && !intellivision) chan[i].tfx.period = chan[i].tfx.period * 4;
} }
} }