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-29 20:31:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
History
Thomas Harte
3297f6d545
Made an attempt to implement
seek_to
on
PCMSegmentEventSource
, taking account of off-by-half counting.
2016-12-17 22:44:33 -05:00
..
Encodings
…
Formats
…
DigitalPhaseLockedLoop.cpp
…
DigitalPhaseLockedLoop.hpp
…
Disk.cpp
…
Disk.hpp
Opted to pass times by reference and added enough to PCMPatchedTrack that it could start being used by the disk controller, albeit that it doesn't work.
2016-12-17 16:26:45 -05:00
DiskController.cpp
…
DiskController.hpp
This'll do as a write interface, won't it?
2016-12-07 22:19:20 -05:00
Drive.cpp
…
Drive.hpp
…
PCMPatchedTrack.cpp
Ensured the patchable track owns its underlying track.
2016-12-17 18:17:22 -05:00
PCMPatchedTrack.hpp
Ensured the patchable track owns its underlying track.
2016-12-17 18:17:22 -05:00
PCMSegment.cpp
Made an attempt to implement
seek_to
on
PCMSegmentEventSource
, taking account of off-by-half counting.
2016-12-17 22:44:33 -05:00
PCMSegment.hpp
Made an attempt to implement
seek_to
on
PCMSegmentEventSource
, taking account of off-by-half counting.
2016-12-17 22:44:33 -05:00
PCMTrack.cpp
Opted to pass times by reference and added enough to PCMPatchedTrack that it could start being used by the disk controller, albeit that it doesn't work.
2016-12-17 16:26:45 -05:00
PCMTrack.hpp
Made an attempt to separate and isolate the stuff of creating flux events from a
PCMSegment
, eventually to factor that out of
PCMTrack
and make it available also to
PCMPatchedTrack
.
2016-12-17 21:13:57 -05:00