1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Storage/Disk/DiskImage/Formats
2017-10-21 21:50:53 -04:00
..
Utility Corrects FM/MFM selection when looking for sectors. 2017-09-29 22:48:00 -04:00
AcornADF.cpp Introduces flush_tracks to Drive, while switching its interface to using Track::Address and adjusting associated integer types. 2017-10-06 21:45:12 -04:00
AcornADF.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
CPCDSK.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
CPCDSK.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
D64.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
D64.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
G64.cpp Commutes int and unsigned casts to the functional style. 2017-10-21 21:00:40 -04:00
G64.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
HFE.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
HFE.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
MFMSectorDump.cpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
MFMSectorDump.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
OricMFMDSK.cpp Switches all unsigned int and double casts to functional style. 2017-10-21 19:49:04 -04:00
OricMFMDSK.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
SSD.cpp Introduces flush_tracks to Drive, while switching its interface to using Track::Address and adjusting associated integer types. 2017-10-06 21:45:12 -04:00
SSD.hpp Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00