1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00
CLK/Storage/MassStorage/SCSI
Thomas Harte c86db12f1c Starts implementing DMA support on the 5380.
The Macintosh doesn't actually use the DMA signals, but uses pseudo-DMA mode so they nevertheless need to be appropriate.
2019-08-24 22:47:11 -04:00
..
DirectAccessDevice.cpp Starts implementing DMA support on the 5380. 2019-08-24 22:47:11 -04:00
DirectAccessDevice.hpp Attempts to provide a data out phase. 2019-08-22 23:16:58 -04:00
SCSI.cpp Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00
SCSI.hpp Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00
Target.cpp Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00
Target.hpp Attempts to provide a data out phase. 2019-08-22 23:16:58 -04:00
TargetImplementation.hpp Starts implementing DMA support on the 5380. 2019-08-24 22:47:11 -04:00