OPN: fix AY issue
This commit is contained in:
parent
7770ca8965
commit
7990dc1965
8 changed files with 13 additions and 1 deletions
|
|
@ -483,6 +483,7 @@ void DivPlatformYM2608Ext::forceIns() {
|
|||
ay->forceIns();
|
||||
ay->flushWrites();
|
||||
for (DivRegWrite& i: ay->getRegisterWrites()) {
|
||||
if (i.addr>15) continue;
|
||||
immWrite(i.addr&15,i.val);
|
||||
}
|
||||
ay->getRegisterWrites().clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue