fix OPN CSM osc view, fix OPNA ADPCM channel not playing

This commit is contained in:
LTVA1 2024-10-10 22:39:07 +03:00 committed by tildearrow
parent 5f47166012
commit 2e2796c245
4 changed files with 34 additions and 24 deletions

View file

@ -238,7 +238,7 @@ void DivPlatformYM2203::acquire_combo(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;
}
}
}