1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-19 23:32:28 +00:00
CLK/Storage/Tape/Formats
2017-07-19 21:28:33 -04:00
..
CommodoreTAP.cpp
CommodoreTAP.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
CSW.cpp Merge branch 'master' into TZX 2017-07-17 19:07:05 -04:00
CSW.hpp Fixed: length of 0 is a special case. 2017-07-13 20:57:27 -04:00
OricTAP.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
OricTAP.hpp
TapePRG.cpp
TapePRG.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
TapeUEF.cpp
TapeUEF.hpp Factored out from the UEF implementation the concept of being a tape that has a queue of pending pulses and manages that queue. 2017-07-16 22:04:40 -04:00
TZX.cpp Determined what appears to be an appropriate workaround for the ZX81 TZX that I've managed to obtain. 2017-07-19 21:28:33 -04:00
TZX.hpp
ZX80O81P.cpp Given that I'm not racing this any more, turned the intended 1 second back into 1 second. 2017-07-08 19:21:33 -04:00
ZX80O81P.hpp