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-03-01 13:30:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
History
Thomas Harte
cefec7a19f
Sought more robustly (i.e. less repetitively) to handle dispatch, including cancelling seeks where appropriate.
2017-08-14 10:37:39 -04:00
..
Encodings
Sought to correct my interpretation of 'gap 3'.
2017-08-13 21:52:48 -04:00
Formats
Flagged as not read-only, at least for now, to allow 8272 writing tests definitively to function.
2017-08-13 18:54:39 -04:00
Parsers
…
DigitalPhaseLockedLoop.cpp
…
DigitalPhaseLockedLoop.hpp
…
Disk.cpp
…
Disk.hpp
…
DiskController.cpp
…
DiskController.hpp
…
Drive.cpp
Sought more robustly (i.e. less repetitively) to handle dispatch, including cancelling seeks where appropriate.
2017-08-14 10:37:39 -04:00
Drive.hpp
…
MFMDiskController.cpp
Made an attempt at format a track.
2017-08-13 18:05:19 -04:00
MFMDiskController.hpp
Added documentation.
2017-08-13 18:27:00 -04:00
PCMPatchedTrack.cpp
…
PCMPatchedTrack.hpp
…
PCMSegment.cpp
…
PCMSegment.hpp
If asynchronous background processing is to occur on tracks then, given that they inherently have state, they'll need to be copyable, and ideally 'cheaply' (though it's not too great a priority). So started implementing appropriate copy constructors. Also introduced an extra level of indirection to
PCMSegmentEventSource
so that it can copy itself without copying the underlying
PCMSegment
, which is 95% of the heft of a track in all currently-implemented cases.
2016-12-30 14:23:26 -05:00
PCMTrack.cpp
Completed curly bracket movement.
2017-03-26 14:34:47 -04:00
PCMTrack.hpp
…