1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-18 23:23:56 +00:00
CLK/Storage/MassStorage/SCSI
Thomas Harte 962275c22a Removes clock for NCR 5380.
It doesn't have one in real life, and now can live off the time counting that occurs on the SCSI bus.
2019-09-18 20:17:47 -04:00
..
DirectAccessDevice.cpp Makes a concerted effort at properly wrapping a hard disk image. 2019-09-17 21:30:04 -04:00
DirectAccessDevice.hpp Adds format and write to the SCSI target. 2019-09-12 21:58:09 -04:00
SCSI.cpp Removes clock for NCR 5380. 2019-09-18 20:17:47 -04:00
SCSI.hpp Removes clock for NCR 5380. 2019-09-18 20:17:47 -04:00
Target.cpp Adds mapping of READ(8) size 0 to size 256. 2019-09-17 21:59:32 -04:00
Target.hpp Adds mapping of READ(8) size 0 to size 256. 2019-09-17 21:59:32 -04:00
TargetImplementation.hpp Makes a concerted effort at properly wrapping a hard disk image. 2019-09-17 21:30:04 -04:00