new dispatch, part 1
This commit is contained in:
parent
3e0dcbb0ae
commit
a29f36a5df
64 changed files with 258 additions and 242 deletions
|
|
@ -36,7 +36,7 @@ const char** DivPlatformT6W28::getRegisterSheet() {
|
|||
}
|
||||
|
||||
void DivPlatformT6W28::acquire(short** buf, size_t len) {
|
||||
for (size_t h=start; h<start+len; h++) {
|
||||
for (size_t h=0; h<len; h++) {
|
||||
cycles=0;
|
||||
while (!writes.empty() && cycles<16) {
|
||||
QueuedWrite w=writes.front();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue