1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-05 23:56:33 +00:00
CLK/Storage/Tape/Formats
2017-08-02 14:36:47 -04:00
..
CommodoreTAP.cpp
CommodoreTAP.hpp
CSW.cpp
CSW.hpp
OricTAP.cpp
OricTAP.hpp
TapePRG.cpp Dragged multibyte primitives and signature checks up to the base class. Implemented support for Oric MFM-style .DSK, at the file format level. 2016-11-21 20:47:16 +08:00
TapePRG.hpp Removed reference to a parameter long-since dead. 2017-07-21 20:46:25 -04:00
TapeUEF.cpp
TapeUEF.hpp
TZX.cpp Adjusted factoring to introduce support for block 10. 2017-08-02 14:36:47 -04:00
TZX.hpp Adjusted factoring to introduce support for block 10. 2017-08-02 14:36:47 -04:00
ZX80O81P.cpp Discovering that there is such a thing as P81 — a ZX81 file without the name omitted — added support for it. Extended FileHolder while I was here to retain the file name and be able to supply its extension, as my quick-fix test-the-last-character approach to o/p/80/81 discrimination stops working with p81 thrown into the mix and this feels like the correct factoring. 2017-07-22 16:02:25 -04:00
ZX80O81P.hpp