1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Storage/Disk/Formats
2017-08-12 16:39:32 -04:00
..
AcornADF.cpp Expands the [M]FM encoder to respect some new Sector flags: it will now wilfully make CRC errors, omit data, include data that is different than the ID's declared length, write deleted data, and can be commanded as to header/data gaps and what should be within them. All based around expanding towards the needs for reproduction of the CPC's .DSK file format. 2017-08-11 14:24:50 -04:00
AcornADF.hpp
CPCDSK.cpp Made an attempt to fix the condition for setting a broken header CRC. 2017-08-12 16:39:32 -04:00
CPCDSK.hpp
D64.cpp
D64.hpp
G64.cpp
G64.hpp
OricMFMDSK.cpp
OricMFMDSK.hpp
SSD.cpp Updated the SSD file format container to specify sector sizes, now that it's no longer implicit. 2017-08-11 14:30:35 -04:00
SSD.hpp