1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Storage/Tape/Parsers
2017-11-10 21:56:53 -05:00
..
Acorn.cpp Commutes int and unsigned casts to the functional style. 2017-10-21 21:00:40 -04:00
Acorn.hpp Adjusted the Acorn tape parser to avoid signed left shifts. 2017-10-17 22:34:49 -04:00
Commodore.cpp Adds missing include files, corrects bad include paths and eliminates the Clang-specific __undefined. 2017-11-10 21:56:53 -05:00
Commodore.hpp Eliminates a variety of end-of-line spaces. 2017-11-07 22:54:22 -05:00
Oric.cpp Eliminated C99-style struct initialisations. 2017-11-10 19:14:19 -05:00
Oric.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
TapeParser.hpp Enables -Wreorder and corrects a few of the more trivial fixes thereby suggested. 2017-11-09 22:14:22 -05:00
ZX8081.cpp Commutes int and unsigned casts to the functional style. 2017-10-21 21:00:40 -04:00
ZX8081.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