This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-13 22:32:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Tape
/
Parsers
History
Thomas Harte
b3ae920746
Converted the DPLL and disk controller classes to be
ClockReceiver
s.
2017-07-24 21:04:47 -04:00
..
Acorn.cpp
Converted the DPLL and disk controller classes to be
ClockReceiver
s.
2017-07-24 21:04:47 -04:00
Acorn.hpp
…
Commodore.cpp
…
Commodore.hpp
…
Oric.cpp
…
Oric.hpp
…
TapeParser.hpp
…
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
…