This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-16 11:30:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Tape
/
Formats
History
Thomas Harte
2d2cefb0b0
Adjusted factoring to introduce support for block 10.
2017-08-02 14:36:47 -04:00
..
CommodoreTAP.cpp
…
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
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
Adjusted factoring to introduce support for block 10.
2017-08-02 14:36:47 -04:00
TZX.hpp
Adjusted factoring to introduce support for block 10.
2017-08-02 14:36:47 -04:00
ZX80O81P.cpp
Discovering that there is such a thing as P81 — a ZX81 file without the name omitted — added support for it. Extended FileHolder while I was here to retain the file name and be able to supply its extension, as my quick-fix test-the-last-character approach to o/p/80/81 discrimination stops working with p81 thrown into the mix and this feels like the correct factoring.
2017-07-22 16:02:25 -04:00
ZX80O81P.hpp
…