1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-27 01:31:42 +00:00
CLK/Storage/Tape/Formats
2017-10-21 22:30:15 -04:00
..
CommodoreTAP.cpp Begins this project's conversion to functional-style casts. 2017-10-03 22:04:15 -04:00
CommodoreTAP.hpp
CSW.cpp Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
CSW.hpp
OricTAP.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
OricTAP.hpp Created a base class for the boilerplate fopen stuff, switched as many classes as possible to its use, switched to postfix underscores and non-camelCase names. 2016-11-21 20:14:09 +08:00
TapePRG.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
TapePRG.hpp
TapeUEF.cpp Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
TapeUEF.hpp Extends UEF support to include chunk 0005, the target platform description, which is exposed via TargetPlatform::TypeDistinguisher. 2017-08-27 15:43:09 -04:00
TZX.cpp Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
TZX.hpp
ZX80O81P.cpp Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
ZX80O81P.hpp Extends UEF support to include chunk 0005, the target platform description, which is exposed via TargetPlatform::TypeDistinguisher. 2017-08-27 15:43:09 -04:00