YM2612: fix ExtCh macro one-tick delay
This commit is contained in:
parent
1ebc6aaab4
commit
2c1a1b20de
|
@ -462,8 +462,6 @@ void DivPlatformGenesisExt::tick(bool sysTick) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
DivPlatformGenesis::tick(sysTick);
|
|
||||||
|
|
||||||
if (extMode && !noExtMacros) for (int i=0; i<4; i++) {
|
if (extMode && !noExtMacros) for (int i=0; i<4; i++) {
|
||||||
opChan[i].std.next();
|
opChan[i].std.next();
|
||||||
|
|
||||||
|
@ -549,6 +547,8 @@ void DivPlatformGenesisExt::tick(bool sysTick) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DivPlatformGenesis::tick(sysTick);
|
||||||
|
|
||||||
bool writeNoteOn=false;
|
bool writeNoteOn=false;
|
||||||
unsigned char writeMask=2;
|
unsigned char writeMask=2;
|
||||||
if (extMode) for (int i=0; i<4; i++) {
|
if (extMode) for (int i=0; i<4; i++) {
|
||||||
|
|
Loading…
Reference in a new issue