mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
Amiga: temporarily disable bus limit simulation
This commit is contained in:
parent
e10abe0858
commit
1bfca78df1
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ void DivPlatformAmiga::acquire(short* bufL, short* bufR, size_t start, size_t le
|
|||
} else {
|
||||
chan[i].sample=-1;
|
||||
}
|
||||
if (chan[i].freq<124) {
|
||||
/*if (chan[i].freq<124) {
|
||||
if (++chan[i].busClock>=512) {
|
||||
unsigned int rAmount=(124-chan[i].freq)*2;
|
||||
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].audSub+=MAX(114,chan[i].freq);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue