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
/
Formats
History
Thomas Harte
12f8aff65b
Lengths I'd taken seem to have been for dipoles, not single poles. So I just doubled the clock rate. Also I was producing each dipole as high then low, when they should probably be low then high. The Vic now at least recognises that something is happening on the tape.
2016-08-16 19:46:53 -04:00
..
CommodoreTAP.cpp
Fixed minor documentation error; admitted that this class didn't invent the idea of a pulse.
2016-08-15 19:37:21 -04:00
CommodoreTAP.hpp
Fixed minor documentation error; admitted that this class didn't invent the idea of a pulse.
2016-08-15 19:37:21 -04:00
TapePRG.cpp
Lengths I'd taken seem to have been for dipoles, not single poles. So I just doubled the clock rate. Also I was producing each dipole as high then low, when they should probably be low then high. The Vic now at least recognises that something is happening on the tape.
2016-08-16 19:46:53 -04:00
TapePRG.hpp
I've obviously misunderstood something as, as far as I'm concerned, this should at least get me a 'LOADING'.
2016-08-15 22:40:05 -04:00
TapeUEF.cpp
Started attempting to clarify instance variable usage.
2016-03-12 23:19:10 -05:00
TapeUEF.hpp
Added slightly to exposition, to match other formats.
2016-08-01 06:54:57 -04:00