mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
Dave: fix potential DAC hang
This commit is contained in:
parent
d769264e25
commit
54c679ba50
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ void DivPlatformDave::acquire(short** buf, size_t len) {
|
|||
chan[i].dacSample=-1;
|
||||
writeControl=true;
|
||||
chan[0].writeVol=true;
|
||||
chan[i].dacPeriod-=rate;
|
||||
continue;
|
||||
}
|
||||
signed char dacData=(s->data8[chan[i].dacPos]*chan[i].outVol)>>8;
|
||||
|
|
Loading…
Reference in a new issue