1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00
CLK/Storage/Disk
Thomas Harte d17fadbe0b Avoid off-by-one error in sector decoding.
Specific issue: retaining the 256 bytes up to _and including_ the checksum, rather than excluding.
2022-09-16 15:47:38 -04:00
..
Controller Makes drives non-copyable. 2021-10-14 12:37:55 -07:00
DiskImage Breakup line, for easier debugging. 2022-09-16 15:43:23 -04:00
DPLL Ensure this can definitely never divide by 0. 2020-01-28 23:25:21 -05:00
Encodings Avoid off-by-one error in sector decoding. 2022-09-16 15:47:38 -04:00
Parsers Gives the FAT parser responsibility for right trims. 2021-07-02 19:50:27 -04:00
Track Eliminate off_t. 2022-04-27 19:16:37 -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 Corrects meaning of IBM-style RDY. 2021-10-06 04:42:44 -07:00
Drive.hpp Add updated intel. 2021-10-16 13:30:56 -07:00