I used to think that enhancement chips couldn't help with speeding up DMA, since they can't touch the PPU or DMA registers, but now I realized they can be used to cut down on the DMA setup overhead in two ways.
1) Everything to be DMAed can be copied into one huge buffer ahead of time. No need to update $43x2 and $43x3 more than once per frame.
2) The DMA routine can be modified while the CPU is running it.
1) Everything to be DMAed can be copied into one huge buffer ahead of time. No need to update $43x2 and $43x3 more than once per frame.
2) The DMA routine can be modified while the CPU is running it.