diff --git a/src/engine/platform/ym2608.cpp b/src/engine/platform/ym2608.cpp index 3774f7a37..9cef86b93 100644 --- a/src/engine/platform/ym2608.cpp +++ b/src/engine/platform/ym2608.cpp @@ -490,11 +490,14 @@ void DivPlatformYM2608::acquire_ymfm(short** buf, size_t len) { } } +// ac_fm_output void DivPlatformYM2608::acquire_lle(short** buf, size_t len) { for (size_t h=0; h=6) { + subSubCycle=0; + if (subCycle<12) { + oscBuf[subCycle]->data[oscBuf[subCycle]->needle++]=fm_lle.ac_fm_output; + } + subCycle++; + } + if (canWeWrite) { if (delay==1) { // check busy status here