1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 23:29:06 +00:00
CLK/Storage/Disk/Formats
2017-08-24 22:18:44 -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 Added writing for Acorn ADF disks, plus appropriate TODOs in both similar bits of boilerplate. 2016-12-30 18:03:30 -05:00
CPCDSK.cpp Modified to return nullptr if asked for an extended disk image track that doesn't exist. 2017-08-17 15:32:24 -04:00
CPCDSK.hpp Added enough logic to produce some sort of version of a completely unprotected DSK. So enough to start bootstrapping an FDC emulation, at least. 2017-08-05 11:44:53 -04:00
D64.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
D64.hpp Improved naming: this now explains what, not the mechanics of how. 2016-11-26 23:35:11 +08:00
G64.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
G64.hpp Improved naming: this now explains what, not the mechanics of how. 2016-11-26 23:35:11 +08:00
HFE.cpp Two quick fixes: correctly set segment size, and flip bytes to match HFE's bit ordering to PCMTrack's. 2017-08-17 22:28:00 -04:00
HFE.hpp Made a first attempt at HFE support. 2017-08-17 22:20:02 -04:00
OricMFMDSK.cpp Resolves all current analyser warnings. 2017-08-24 22:18:44 -04:00
OricMFMDSK.hpp Added the infrastructure necessary for Oric disks to appear writeable to the machine and to receive changed tracks. 2016-12-30 22:51:48 -05:00
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 Added writing for Acorn ADF disks, plus appropriate TODOs in both similar bits of boilerplate. 2016-12-30 18:03:30 -05:00