1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-18 08:24:17 +00:00
CLK/Storage/Tape/Parsers
2017-07-13 21:26:05 -04:00
..
Acorn.cpp Tweaked bit timing decision. 2017-07-13 21:26:05 -04:00
Acorn.hpp
Commodore.cpp
Commodore.hpp
Oric.cpp
Oric.hpp
TapeParser.hpp Added: a shout-out when the tape has been exhausted. 2017-06-08 21:32:27 -04:00
ZX8081.cpp Another fix to deal with real-time fighting: allow 8 and 18 pulses to be recognised as 1s and 0s. That's because the hand-off from ROM routines to parsing may occur very shortly before the first pulse of a valid sequence, making it look like there's a ghost. A cleaner solution needs to be found, probably revolving around allowing parsers to be attached to tapes and therefore to run constantly. 2017-07-06 22:33:03 -04:00
ZX8081.hpp Adjusted to make sure that the very end of a tape is properly measured. 2017-06-08 21:33:35 -04:00