OPN: hopefully several ExtCh fixes

This commit is contained in:
tildearrow 2022-05-15 11:05:28 -05:00
parent 25ab4467b4
commit 1e6b660d2c

View file

@ -21,7 +21,7 @@
#include "../engine.h"
#include <math.h>
#include "ym2610shared.h"
#include "ym2203shared.h"
#include "fmshared_OPN.h"
int DivPlatformYM2203Ext::dispatch(DivCommand c) {
@ -489,9 +489,6 @@ void DivPlatformYM2203Ext::forceIns() {
chan[i].freqChanged=true;
}
}
for (int i=3; i<6; i++) {
chan[i].insChanged=true;
}
ay->forceIns();
ay->flushWrites();