1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-26 09:29:45 +00:00
CLK/Storage/Tape
2016-09-08 07:41:44 -04:00
..
Formats More or less rewrote, to use a filled-per-chunk buffer of upcoming pulses rather than working them out as requests come. Which is more straightforward — all the code for a particular chunk goes in exactly one place — and much easier to extend. So threw in a provisional 0104 implementation. 2016-09-08 07:41:26 -04:00
Tape.cpp
Tape.hpp Added a field-filling constructor for pulses. 2016-09-08 07:41:44 -04:00