1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Storage
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
..
Cartridge Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Data Removes unused calculation of vars. 2018-05-27 13:31:30 -04:00
Disk Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00
MassStorage Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds. 2019-08-31 21:44:22 -04:00
Tape Localises #include. 2019-08-25 15:09:04 -04:00
FileHolder.cpp Removes many stray spaces. 2018-11-23 22:32:32 -05:00
FileHolder.hpp Implements write support for WOZ files. 2018-05-24 21:44:31 -04:00
Storage.hpp Ensures relative_exponents less than or equal to -32 don't overflow. 2019-07-26 22:19:40 -04:00
TargetPlatforms.hpp Adds preliminary parsing of the Disk Copy 4.2 format. 2019-06-02 13:39:25 -04:00
TimedEventLoop.cpp Starts sketching out an interface for IWM drives, eliminating a dangling use of unsigned as it goes. 2019-07-10 16:05:59 -04:00
TimedEventLoop.hpp Starts sketching out an interface for IWM drives, eliminating a dangling use of unsigned as it goes. 2019-07-10 16:05:59 -04:00