Fix delay issue, Add debug view for frequency
This commit is contained in:
parent
be2b67210d
commit
507f91f261
2 changed files with 2 additions and 1 deletions
|
|
@ -57,6 +57,7 @@ inline void DivPlatformK007232::chWrite(unsigned char ch, unsigned int addr, uns
|
|||
void DivPlatformK007232::acquire(short* bufL, short* bufR, size_t start, size_t len) {
|
||||
for (size_t h=start; h<start+len; h++) {
|
||||
if ((--delay)<=0) {
|
||||
delay=MAX(0,delay);
|
||||
if (!writes.empty()) {
|
||||
QueuedWrite& w=writes.front();
|
||||
// write on-chip register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue