1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00
CLK/Storage/Tape
2017-08-02 14:12:34 -04:00
..
Formats Added support for the ID 20 block and fixed a minor error in my skip-the-contents version of block 11: length is three bytes long, not two. This gives me enough structure properly to get to the end of my current test CDT, albeit without making any of the noises. 2017-08-02 14:12:34 -04:00
Parsers After a quick check, added a couple of other _delegate initialisations. I should probably find a way to template this. 2017-08-01 07:07:43 -04:00
PulseQueuedTape.cpp
PulseQueuedTape.hpp
Tape.cpp Fixed another uninitialised pointer. 2017-08-02 13:56:35 -04:00
Tape.hpp