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-25 21:34:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1f625fad66
Branches
Tags
View all branches
CLK
/
Storage
/
Disk
History
Thomas Harte
1f625fad66
Decided that if this is an [M]FM parsing function then it should be something more intelligent than a mere PLL record. Which I guess conveniently implies Oric DSK-esque behaviour. But properly defined, rather than very vaguely.
2016-12-30 23:10:52 -05:00
..
Encodings
Decided that if this is an [M]FM parsing function then it should be something more intelligent than a mere PLL record. Which I guess conveniently implies Oric DSK-esque behaviour. But properly defined, rather than very vaguely.
2016-12-30 23:10:52 -05:00
Formats
Added the infrastructure necessary for Oric disks to appear writeable to the machine and to receive changed tracks.
2016-12-30 22:51:48 -05:00
DigitalPhaseLockedLoop.cpp
…
DigitalPhaseLockedLoop.hpp
…
Disk.cpp
…
Disk.hpp
…
DiskController.cpp
…
DiskController.hpp
…
Drive.cpp
…
Drive.hpp
…
PCMPatchedTrack.cpp
Period
s need a custom copy constructor too, if they're going to avoid sharing an event_source.
2016-12-30 17:39:52 -05:00
PCMPatchedTrack.hpp
Period
s need a custom copy constructor too, if they're going to avoid sharing an event_source.
2016-12-30 17:39:52 -05:00
PCMSegment.cpp
Fix: make sure copies have proper event lengths. Also made it much clearer what's going on with the initial copy to the heap.
2016-12-30 17:55:46 -05:00
PCMSegment.hpp
…
PCMTrack.cpp
…
PCMTrack.hpp
…