1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00
CLK/Storage/Disk
2020-07-17 23:18:08 -04:00
..
Controller
DiskImage Implement custom tracks_differ; support WOZ 2 3.5" drive geometry properly. 2020-07-17 22:09:55 -04:00
DPLL Ensure this can definitely never divide by 0. 2020-01-28 23:25:21 -05:00
Encodings Ensures that five-and-three sectors pass static analysis. 2020-07-16 21:44:14 -04:00
Parsers
Track Simplifies calculations very slightly. 2020-07-17 23:18:08 -04:00
Disk.hpp Add an ability to avoid track flushing when file formats have sub-track precision. 2020-07-17 22:09:21 -04:00
Drive.cpp Switches disk seeking logic fully to floating point. 2020-07-17 22:08:58 -04:00
Drive.hpp