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-27 06:35:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
History
Thomas Harte
aceb7e3b6b
Started implementing write sector on the 1770, immediately deciding it would be useful to have a callback for end-of-queued-data-written from disk controller. So had a go at implementing that, naively. More investigation required.
2016-12-25 12:31:38 -05:00
..
Encodings
…
Formats
Added enough stuff that SSDs attached to a 1770 will now reach the entry point for writing.
2016-12-25 09:46:12 -05:00
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
Started implementing write sector on the 1770, immediately deciding it would be useful to have a callback for end-of-queued-data-written from disk controller. So had a go at implementing that, naively. More investigation required.
2016-12-25 12:31:38 -05:00
DiskController.hpp
Started implementing write sector on the 1770, immediately deciding it would be useful to have a callback for end-of-queued-data-written from disk controller. So had a go at implementing that, naively. More investigation required.
2016-12-25 12:31:38 -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
…
PCMSegment.cpp
…
PCMSegment.hpp
Attempted to consolidate some of the repetition.
2016-12-21 22:17:00 -05:00
PCMTrack.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
PCMTrack.hpp
…