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 934901447a Adds a temporary version of block access writing.
Whatever I'm doing, it's still not correct. The Macintosh ostensibly appears to 0-fill the direct-access device, then reads a sector back and hangs.
2019-09-15 22:06:45 -04:00
..
DirectAccessDevice.cpp Adds a temporary version of block access writing. 2019-09-15 22:06:45 -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 Adds format and write to the SCSI target. 2019-09-12 21:58:09 -04:00
Target.hpp Adds a temporary version of block access writing. 2019-09-15 22:06:45 -04:00
TargetImplementation.hpp Adds a temporary version of block access writing. 2019-09-15 22:06:45 -04:00