1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-05 23:56:33 +00:00
CLK/Storage/Tape/Formats
2017-07-17 19:07:05 -04:00
..
CommodoreTAP.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
CommodoreTAP.hpp
CSW.cpp Merge branch 'master' into TZX 2017-07-17 19:07:05 -04:00
CSW.hpp
OricTAP.cpp
OricTAP.hpp
TapePRG.cpp
TapePRG.hpp
TapeUEF.cpp 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
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 Ensured that resetting a TZX resets the is-at-end flag. 2017-07-17 07:52:28 -04:00
TZX.hpp Spotted that pilot and data segments have different encodings — of course! — and attempted to adapt. 2017-07-17 07:34:10 -04:00
ZX80O81P.cpp
ZX80O81P.hpp