GBADotnet
GBADotnet copied to clipboard
Move whatever parts of DMA can be onto the scheduler
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