1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-16 08:56:51 +00:00
CLK/Storage/Tape/Parsers
2016-11-09 06:37:10 -05:00
..
Acorn.cpp
Acorn.hpp
Commodore.cpp
Commodore.hpp
Oric.cpp 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
Oric.hpp 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
TapeParser.hpp