From ea9c483510d6e968ed5d5efcae2a1627b5b33b9d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 27 Apr 2024 19:15:01 -0500 Subject: [PATCH] YM2608-LLE, part 10 --- src/engine/platform/ym2608.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) 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