1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-08 03:54:27 +00:00
CLK/Storage/MassStorage/SCSI
Thomas Harte 2ce1f0a3b1 Implements multi-sector read/write.
This once again unblocks Apple HD SC Setup. Progress!
2019-09-16 22:20:42 -04:00
..
DirectAccessDevice.cpp Implements multi-sector read/write. 2019-09-16 22:20:42 -04:00
DirectAccessDevice.hpp Adds format and write to the SCSI target. 2019-09-12 21:58:09 -04:00
SCSI.cpp Adds SCSI bus clocking to the Macintosh, and fixes its internal counting. 2019-09-02 16:03:33 -04:00
SCSI.hpp Adds SCSI bus clocking to the Macintosh, and fixes its internal counting. 2019-09-02 16:03:33 -04:00
Target.cpp Implements multi-sector read/write. 2019-09-16 22:20:42 -04:00
Target.hpp Implements multi-sector read/write. 2019-09-16 22:20:42 -04:00
TargetImplementation.hpp Adds a temporary version of block access writing. 2019-09-15 22:06:45 -04:00