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-21 21:23:34 -04:00
..
CommodoreTAP.cpp
CommodoreTAP.hpp
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
OricTAP.hpp
TapePRG.cpp
TapePRG.hpp Removed reference to a parameter long-since dead. 2017-07-21 20:46:25 -04:00
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 Signedness fixes. 2017-07-21 21:23:34 -04:00
TZX.hpp Made an attempt to obey the proper TZX rules on gaps, and to hit the common-clock-rate Time optimisation. 2017-07-21 18:21:12 -04:00
ZX80O81P.cpp
ZX80O81P.hpp