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-19 14:30:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cfbab1448c
Branches
Tags
View all branches
CLK
/
Storage
/
Disk
/
Formats
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
..
AcornADF.cpp
Ensured SSD and ADFs are grown if required.
2016-12-30 18:08:12 -05:00
AcornADF.hpp
Added writing for Acorn ADF disks, plus appropriate TODOs in both similar bits of boilerplate.
2016-12-30 18:03:30 -05:00
D64.cpp
…
D64.hpp
…
G64.cpp
…
G64.hpp
…
OricMFMDSK.cpp
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
OricMFMDSK.hpp
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
SSD.cpp
Ensured SSD and ADFs are grown if required.
2016-12-30 18:08:12 -05:00
SSD.hpp
…