mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
YM2608-LLE, part 17
This commit is contained in:
parent
aa95c28d75
commit
05ab436403
1 changed files with 2 additions and 2 deletions
|
@ -507,13 +507,13 @@ void DivPlatformYM2610::acquire_lle(short** buf, size_t len) {
|
|||
if (++subCycle>=6) subCycle=0;
|
||||
}
|
||||
|
||||
/*if (fm_lle.rss_eclk1) {
|
||||
if (fm_lle.rss_eclk1) {
|
||||
if (++rssSubCycle>=24) {
|
||||
rssSubCycle=0;
|
||||
rssOut[rssCycle]=(short)fm_lle.last_rss_sample;
|
||||
if (++rssCycle>=6) rssCycle=0;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
if (canWeWrite) {
|
||||
if (delay==1) {
|
||||
|
|
Loading…
Reference in a new issue