Amiga: respect max period

This commit is contained in:
tildearrow 2022-01-15 22:49:09 -05:00
parent 5666cd3bce
commit 93f82637ad
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ void DivPlatformAmiga::acquire(short* bufL, short* bufR, size_t start, size_t le
chan[i].sample=-1;
}
}
chan[i].audSub+=chan[i].freq;
/*if (chan[i].freq<124) {
// ???
}*/
chan[i].audSub+=MAX(114,chan[i].freq);
}
}
if (!isMuted[i]) {