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 310c722cc0 Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds.
The idea being that bus attachees need not all count time for themselves. They can be very plain finite state machines.

New semantics are not yet implemented within the Bus. The plan is to do that, remove the internal counting of time within the NCR, then adjust the Target to be more explicitly stateful.
2019-08-31 21:44:22 -04:00
..
DirectAccessDevice.cpp Introduces real hard disk images to the nascent world of SCSI. 2019-08-25 17:03:41 -04:00
DirectAccessDevice.hpp Introduces real hard disk images to the nascent world of SCSI. 2019-08-25 17:03:41 -04:00
SCSI.cpp Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds. 2019-08-31 21:44:22 -04:00
SCSI.hpp Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds. 2019-08-31 21:44:22 -04:00
Target.cpp Introduces real hard disk images to the nascent world of SCSI. 2019-08-25 17:03:41 -04:00
Target.hpp Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds. 2019-08-31 21:44:22 -04:00
TargetImplementation.hpp Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds. 2019-08-31 21:44:22 -04:00