ExtCh: fix forceIns after 1800
This commit is contained in:
parent
6dd682b9fc
commit
ffe8b5ed9c
5 changed files with 15 additions and 0 deletions
|
|
@ -721,6 +721,9 @@ void DivPlatformYM2608Ext::forceIns() {
|
|||
opChan[i].freqChanged=true;
|
||||
}
|
||||
}
|
||||
if (!extMode) {
|
||||
immWrite(0x27,0x00);
|
||||
}
|
||||
}
|
||||
|
||||
void* DivPlatformYM2608Ext::getChanState(int ch) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue