YM2608-LLE, part 17

This commit is contained in:
tildearrow 2024-04-28 16:58:35 -05:00
parent aa95c28d75
commit 05ab436403

View file

@ -507,13 +507,13 @@ void DivPlatformYM2610::acquire_lle(short** buf, size_t len) {
if (++subCycle>=6) subCycle=0; if (++subCycle>=6) subCycle=0;
} }
/*if (fm_lle.rss_eclk1) { if (fm_lle.rss_eclk1) {
if (++rssSubCycle>=24) { if (++rssSubCycle>=24) {
rssSubCycle=0; rssSubCycle=0;
rssOut[rssCycle]=(short)fm_lle.last_rss_sample; rssOut[rssCycle]=(short)fm_lle.last_rss_sample;
if (++rssCycle>=6) rssCycle=0; if (++rssCycle>=6) rssCycle=0;
} }
}*/ }
if (canWeWrite) { if (canWeWrite) {
if (delay==1) { if (delay==1) {