1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-28 09:29:07 +00:00
CLK/Storage/Tape/Parsers
2017-07-06 22:33:03 -04:00
..
Acorn.cpp 'Tape' has joined the new underscore orthodoxy. 2016-12-03 12:05:19 -05:00
Acorn.hpp 'Tape' has joined the new underscore orthodoxy. 2016-12-03 12:05:19 -05:00
Commodore.cpp Implemented speedy header finding. So that's half of it. 2017-05-07 20:32:48 -04:00
Commodore.hpp Implemented speedy header finding. So that's half of it. 2017-05-07 20:32:48 -04:00
Oric.cpp 'Tape' has joined the new underscore orthodoxy. 2016-12-03 12:05:19 -05:00
Oric.hpp 'Tape' has joined the new underscore orthodoxy. 2016-12-03 12:05:19 -05:00
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