1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-08 15:29:09 +00:00
CLK/Storage/Tape/Parsers
2017-10-21 19:49:04 -04:00
..
Acorn.cpp Switches all unsigned int and double casts to functional style. 2017-10-21 19:49:04 -04:00
Acorn.hpp Adjusted the Acorn tape parser to avoid signed left shifts. 2017-10-17 22:34:49 -04:00
Commodore.cpp Begins this project's conversion to functional-style casts. 2017-10-03 22:04:15 -04:00
Commodore.hpp Split the normal tape parser class into two in order to add a new option: a PLL-driven tape parser. Decided to see what happens if I attempt to use that to parse CSW Acorn data. 2017-07-15 19:07:35 -04:00
Oric.cpp
Oric.hpp
TapeParser.hpp Tidies the Disk file hierarchy. 2017-09-22 22:39:23 -04:00
ZX8081.cpp Begins this project's conversion to functional-style casts. 2017-10-03 22:04:15 -04:00
ZX8081.hpp