virtualc64 icon indicating copy to clipboard operation
virtualc64 copied to clipboard

CPU: Allow multiple drivers for the RDY line

Open dirkwhoffmann opened this issue 6 months ago • 0 comments

To improve the accuracy of REU emulation, the REU needs to pull down the CPU's RDY line at the beginning of a DMA transfer and release it afterward. Currently, the RDY line is modeled by a boolean, meaning the REU would conflict with VICII.

TODO: Allow multiple sources to pull the RDY line low. Such a functionality already exists for the IRQ line and the NMI line. Implement the RDY line accordingly.

dirkwhoffmann avatar Aug 28 '24 17:08 dirkwhoffmann