1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 23:29:06 +00:00
CLK/Storage/Tape
2016-11-06 18:43:51 -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 Shifted ownership of PETSCII -> string conversion down to the storage layer, where it's useful for tape parsing. 2016-11-06 18:43:51 -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