GBADotnet icon indicating copy to clipboard operation
GBADotnet copied to clipboard

Move whatever parts of DMA can be onto the scheduler

Open DaveTCode opened this issue 2 years ago • 0 comments

Ticking the DMA controller every cycle is a really significant performance hit for the rest of the application. It must be possible to move at least the startup delay onto the scheduler and it might be possible to offload more of it as well

DaveTCode avatar May 05 '22 09:05 DaveTCode