1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Storage/Tape/Parsers
2017-07-17 07:43:47 -04:00
..
Acorn.cpp
Acorn.hpp
Commodore.cpp
Commodore.hpp
Oric.cpp
Oric.hpp
TapeParser.hpp Eliminated the PLLParser class. I think the proper abstraction if and when another machine requires PLL-esque parsing is probably to template out the Acorn wiring of a PLL to a Parser, and/or generalise the Acorn shifter. It'll be easier to decide when the time comes. 2017-07-16 19:25:26 -04:00
ZX8081.cpp Adjusted to allow the very first thing found to be data, and ensured that unrecognised symbols break files just as gaps do. 2017-07-17 07:43:47 -04:00
ZX8081.hpp