OPN: fix AY PCM direct stream export

This commit is contained in:
tildearrow 2024-09-01 16:55:09 -05:00
parent b650545773
commit d303675961
4 changed files with 16 additions and 11 deletions

View file

@ -444,6 +444,10 @@ void DivPlatformYM2203::acquire_lle(short** buf, size_t len) {
}
}
void DivPlatformYM2203::fillStream(std::vector<DivDelayedWrite>& stream, int sRate, size_t len) {
ay->fillStream(stream,sRate,len);
}
void DivPlatformYM2203::tick(bool sysTick) {
// PSG
ay->tick(sysTick);