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-02-16 18:30:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
History
Thomas Harte
af69b21033
This is almost complete, except that it doesn't act appropriately if some bits are written but not enough to cover the entire writing period.
2016-12-24 22:51:26 -05:00
..
Encodings
…
Formats
…
DigitalPhaseLockedLoop.cpp
…
DigitalPhaseLockedLoop.hpp
…
Disk.cpp
Extended
Storage::Disk::Disk
to permit write-back of modified tracks, exposed some interface via
Storage::Disk::Drive
.
2016-12-24 22:11:31 -05:00
Disk.hpp
Extended
Storage::Disk::Disk
to permit write-back of modified tracks, exposed some interface via
Storage::Disk::Drive
.
2016-12-24 22:11:31 -05:00
DiskController.cpp
This is almost complete, except that it doesn't act appropriately if some bits are written but not enough to cover the entire writing period.
2016-12-24 22:51:26 -05:00
DiskController.hpp
This is almost complete, except that it doesn't act appropriately if some bits are written but not enough to cover the entire writing period.
2016-12-24 22:51:26 -05:00
Drive.cpp
Extended
Storage::Disk::Disk
to permit write-back of modified tracks, exposed some interface via
Storage::Disk::Drive
.
2016-12-24 22:11:31 -05:00
Drive.hpp
Added documentation.
2016-12-24 22:37:20 -05:00
PCMPatchedTrack.cpp
Fixed multi-coverage insertion, via an appropriate test.
2016-12-20 21:38:32 -05:00
PCMPatchedTrack.hpp
Attempted properly to cover the exactly-equal starts and ends cases, and to improve meaning.
2016-12-20 18:32:49 -05:00
PCMSegment.cpp
…
PCMSegment.hpp
Attempted to consolidate some of the repetition.
2016-12-21 22:17:00 -05:00
PCMTrack.cpp
…
PCMTrack.hpp
…