1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-16 08:56:51 +00:00
CLK/Storage/Tape/Parsers
2017-08-01 07:07:43 -04:00
..
Acorn.cpp After a quick check, added a couple of other _delegate initialisations. I should probably find a way to template this. 2017-08-01 07:07:43 -04:00
Acorn.hpp Abstracted the concept of an Acorn shifter away from being a PLLParser. The Acorn tape parser now skips using that class and uses the shifter. The actual Electron also uses the shifter. So the two are completely aligned. Net result: the Electron should successfully load exactly when static analysis was successful. 2017-07-16 19:24:01 -04:00
Commodore.cpp
Commodore.hpp
Oric.cpp
Oric.hpp
TapeParser.hpp Ensured that the mark_end step can't overwrite another recognised symbol. 2017-07-22 15:40:22 -04:00
ZX8081.cpp Ensured that the final bit of a tape isn't dropped even if the tape ends exactly after it, by not posting a false pulse, being less restrictive about what can cap a bit, and in any case using a long gap as the end-of-file bookend. 2017-07-22 15:41:33 -04:00
ZX8081.hpp