YM2612: partial, buggy CSM on ymfm

This commit is contained in:
tildearrow 2022-12-14 19:22:34 -05:00
parent f132717502
commit 2f8e2f9a5e
2 changed files with 2 additions and 2 deletions

View file

@ -209,12 +209,12 @@ void DivPlatformGenesis::acquire_ymfm(short* bufL, short* bufR, size_t start, si
lastBusy=1;
}
iface.clock();
if (ladder) {
fm_ymfm->generate(&out_ymfm);
} else {
((ymfm::ym3438*)fm_ymfm)->generate(&out_ymfm);
}
iface.clock();
os[0]=out_ymfm.data[0];
os[1]=out_ymfm.data[1];
//OPN2_Write(&fm,0,0);