1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 18:30:21 +00:00
CLK/Storage/Tape
2016-11-06 16:13:13 -05:00
..
Formats Made an attempt better to deal with multiple-file TAPs; also started using a zero level for the header/data gap. 2016-10-24 21:59:06 -04:00
Parsers Started relocating the tape parsers down from static analyser to storage, to signify that they may be used by the emulation (if fast loading is supported on that machine). 2016-11-06 16:13:13 -05:00
Tape.cpp Explained what this recently factored-out class does, and removed code from the header. 2016-10-20 19:33:25 -04:00
Tape.hpp This is an initial attempt at reading actual tape data. It loses sync though. 2016-11-02 22:30:53 -04:00