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-08-13 00:25:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
7f303cfceb5c139f7804b22172d724652c3990df
CLK
/
Storage
/
Disk
History
Thomas Harte
7f303cfceb
Continued the baby steps.
2016-12-24 21:54:43 -05:00
..
Encodings
…
Formats
…
DigitalPhaseLockedLoop.cpp
…
DigitalPhaseLockedLoop.hpp
…
Disk.cpp
…
Disk.hpp
…
DiskController.cpp
Continued the baby steps.
2016-12-24 21:54:43 -05:00
DiskController.hpp
Withdrew unused tally.
2016-12-24 21:47:57 -05:00
Drive.cpp
…
Drive.hpp
…
PCMPatchedTrack.cpp
Fixed multi-coverage insertion, via an appropriate test.
2016-12-20 21:38:32 -05:00
PCMPatchedTrack.hpp
…
PCMSegment.cpp
Implemented a very basic
PCMTrack
test, nevertheless revealing an oversight in
PCMSegmentEventSource
related to improperly counting to the index hole if the final bit is set. Took that as a message that I should comment and document the event source.
2016-12-18 22:53:24 -05:00
PCMSegment.hpp
Attempted to consolidate some of the repetition.
2016-12-21 22:17:00 -05:00
PCMTrack.cpp
…
PCMTrack.hpp
…