1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Storage/Tape/Formats
Thomas Harte d83178f29d Makes an attempt at implementing all missing TZX 1.20 blocks.
Towards that aim, simplifies CSW handling so that even regular RLE compression uses a static grab of file contents.
2018-02-22 21:28:12 -05:00
..
CAS.cpp Imputes the alignment requirement for CAS headers. 2017-12-29 10:42:18 -05:00
CAS.hpp Liberalises CAS interpretation. 2017-12-29 09:56:58 -05:00
CommodoreTAP.cpp Corrects improper initialisation order of the Commodore .tap and CRTMachine::Machine. 2017-11-10 22:08:40 -05:00
CommodoreTAP.hpp Corrects improper initialisation order of the Commodore .tap and CRTMachine::Machine. 2017-11-10 22:08:40 -05:00
CSW.cpp Makes an attempt at implementing all missing TZX 1.20 blocks. 2018-02-22 21:28:12 -05:00
CSW.hpp Makes an attempt at implementing all missing TZX 1.20 blocks. 2018-02-22 21:28:12 -05:00
OricTAP.cpp Switches FileHolder to have a usage much closer to FILE *. 2017-11-02 22:32:00 -04:00
OricTAP.hpp Switches FileHolder to have a usage much closer to FILE *. 2017-11-02 22:32:00 -04:00
TapePRG.cpp Enables -Wreorder and corrects a few of the more trivial fixes thereby suggested. 2017-11-09 22:14:22 -05:00
TapePRG.hpp Enables -Wreorder and corrects a few of the more trivial fixes thereby suggested. 2017-11-09 22:14:22 -05:00
TapeUEF.cpp Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
TapeUEF.hpp Corrects order-of-initialisation errors in the Amstrad CPC, Vic-20, Oric, Commodore File, MFM disk controller, UEF and Commodore tape parser. 2017-11-10 22:47:10 -05:00
TZX.cpp Makes an attempt at implementing all missing TZX 1.20 blocks. 2018-02-22 21:28:12 -05:00
TZX.hpp Makes an attempt at implementing all missing TZX 1.20 blocks. 2018-02-22 21:28:12 -05:00
ZX80O81P.cpp Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
ZX80O81P.hpp Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00