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
2024-11-02 16:04:59 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
324a1de43d
CLK
/
Storage
/
Tape
History
Thomas Harte
97811fe590
Made minor fix to ensure that a header that appears to extend beyond the end of an Oric .TAP doesn't create an ostensibly endless tape.
2016-11-15 12:02:03 +08:00
..
Formats
Made minor fix to ensure that a header that appears to extend beyond the end of an Oric .TAP doesn't create an ostensibly endless tape.
2016-11-15 12:02:03 +08:00
Parsers
I am instructed that the Oric actually catches only positive transitions, and compares the distance between those to a threshold. So here's an altered version of the tape parser that does that.
2016-11-09 06:37:10 -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