OPN: batman is expanding
This commit is contained in:
parent
d14b187e66
commit
569df5b477
|
@ -173,6 +173,7 @@ void DivPlatformYM2203::acquire_combo(short** buf, size_t len) {
|
||||||
for (size_t h=0; h<len; h++) {
|
for (size_t h=0; h<len; h++) {
|
||||||
// AY -> OPN
|
// AY -> OPN
|
||||||
ay->runDAC();
|
ay->runDAC();
|
||||||
|
ay->runTFX(rate);
|
||||||
ay->flushWrites();
|
ay->flushWrites();
|
||||||
for (DivRegWrite& i: ay->getRegisterWrites()) {
|
for (DivRegWrite& i: ay->getRegisterWrites()) {
|
||||||
if (i.addr>15) continue;
|
if (i.addr>15) continue;
|
||||||
|
@ -255,6 +256,7 @@ void DivPlatformYM2203::acquire_ymfm(short** buf, size_t len) {
|
||||||
for (size_t h=0; h<len; h++) {
|
for (size_t h=0; h<len; h++) {
|
||||||
// AY -> OPN
|
// AY -> OPN
|
||||||
ay->runDAC();
|
ay->runDAC();
|
||||||
|
ay->runTFX(rate);
|
||||||
ay->flushWrites();
|
ay->flushWrites();
|
||||||
for (DivRegWrite& i: ay->getRegisterWrites()) {
|
for (DivRegWrite& i: ay->getRegisterWrites()) {
|
||||||
if (i.addr>15) continue;
|
if (i.addr>15) continue;
|
||||||
|
|
Loading…
Reference in a new issue