fix OPNB emu core setting, fix chan osc for OPN ymfm

This commit is contained in:
LTVA1 2024-10-13 17:27:36 +03:00 committed by tildearrow
parent 9130f78720
commit 721c3b55b6
2 changed files with 7 additions and 7 deletions

View file

@ -291,7 +291,7 @@ void DivPlatformYM2203::acquire_ymfm(short** buf, size_t len) {
}
for (int i=(3+isCSM); i<(6+isCSM); i++) {
oscBuf[i]->data[oscBuf[i]->needle++]=fmout.data[i-2+isCSM]<<1;
oscBuf[i]->data[oscBuf[i]->needle++]=fmout.data[i-(2+isCSM)]<<1;
}
}
}