add LFO speed macro

This commit is contained in:
tildearrow 2022-02-05 16:40:03 -05:00
parent 6000d702aa
commit 12d4cd6467
2 changed files with 5 additions and 0 deletions

View file

@ -261,6 +261,10 @@ void DivPlatformArcade::tick() {
immWrite(0x19,0x80|pmDepth);
}
if (chan[i].std.hadEx3) {
immWrite(0x18,chan[i].std.ex3);
}
if (chan[i].std.hadAlg) {
chan[i].state.alg=chan[i].std.alg;
if (isMuted[i]) {