1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00
CLK/Storage
Thomas Harte b5406b90cd Introduces a new class hierarchy for disk images.
Increasing independence of format-specific stuff and generic caching without mangling them into a common namespace, and allowing in some cases for a decrease in read/write blocking.
2017-09-22 20:28:11 -04:00
..
Cartridge
Data
Disk Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
Tape Extends UEF support to include chunk 0005, the target platform description, which is exposed via TargetPlatform::TypeDistinguisher. 2017-08-27 15:43:09 -04:00
FileHolder.cpp
FileHolder.hpp Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
Storage.hpp
TargetPlatforms.hpp Extends UEF support to include chunk 0005, the target platform description, which is exposed via TargetPlatform::TypeDistinguisher. 2017-08-27 15:43:09 -04:00
TimedEventLoop.cpp Added an additional protection against overflow. 2017-09-11 22:24:24 -04:00
TimedEventLoop.hpp Corrects initial event loop timing state. 2017-09-10 20:51:21 -04:00