Amiga: temporarily disable bus limit simulation

This commit is contained in:
tildearrow 2022-03-06 17:42:51 -05:00
parent e10abe0858
commit 1bfca78df1

View file

@ -84,7 +84,7 @@ void DivPlatformAmiga::acquire(short* bufL, short* bufR, size_t start, size_t le
} else { } else {
chan[i].sample=-1; chan[i].sample=-1;
} }
if (chan[i].freq<124) { /*if (chan[i].freq<124) {
if (++chan[i].busClock>=512) { if (++chan[i].busClock>=512) {
unsigned int rAmount=(124-chan[i].freq)*2; unsigned int rAmount=(124-chan[i].freq)*2;
if (chan[i].audPos>=rAmount) { if (chan[i].audPos>=rAmount) {
@ -92,7 +92,7 @@ void DivPlatformAmiga::acquire(short* bufL, short* bufR, size_t start, size_t le
} }
chan[i].busClock=0; chan[i].busClock=0;
} }
} }*/
chan[i].audSub+=MAX(114,chan[i].freq); chan[i].audSub+=MAX(114,chan[i].freq);
} }
} }