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
12549ff412
Might as well get the file offset before entering the critical section; also moved the lock guard down more explicitly to group with the second set of actions.
2016-12-31 11:48:46 -05:00
..
Encodings
Made an attempt to avoid repetition of sync bytes.
2016-12-31 00:20:00 -05:00
Formats
Might as well get the file offset before entering the critical section; also moved the lock guard down more explicitly to group with the second set of actions.
2016-12-31 11:48:46 -05:00
DigitalPhaseLockedLoop.cpp
…
DigitalPhaseLockedLoop.hpp
…
Disk.cpp
Ensured a copy is passed for writing back rather than the original.
2016-12-30 17:26:44 -05:00
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
…