1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-03 11:30:02 +00:00
CLK/Storage/Disk/Controller
Thomas Harte b9c2c42bc0 Switches drives to using floats for time counting.
Hopefully to eliminate a lot of unnecessary `Time` work; inaccuracies should still be within tolerable range.
2019-07-02 15:43:03 -04:00
..
DiskController.cpp Switches drives to using floats for time counting. 2019-07-02 15:43:03 -04:00
DiskController.hpp Switches drives to using floats for time counting. 2019-07-02 15:43:03 -04:00
MFMDiskController.cpp Generalised CRC generation and created specific subclasses for the CCITT CRC16 and CRC32. 2018-05-23 22:21:57 -04:00
MFMDiskController.hpp Generalised CRC generation and created specific subclasses for the CCITT CRC16 and CRC32. 2018-05-23 22:21:57 -04:00