1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 17:56:29 +00:00
CLK/Storage
Thomas Harte 44cdc124af Switches to providing a full record of changes to disk images, rather than feeding them a track at a time.
Gets explicit about `override`s while doing so, to ensure full adaptation.
2017-10-07 19:37:36 -04:00
..
Cartridge
Data Factors out bit reversing from the HFE class. 2017-10-03 19:12:45 -04:00
Disk Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
Tape Begins this project's conversion to functional-style casts. 2017-10-03 22:04:15 -04:00
FileHolder.cpp Revokes direct visibility of is_read_only_ to subclasses of FileHolder. 2017-10-03 19:36:06 -04:00
FileHolder.hpp Revokes direct visibility of is_read_only_ to subclasses of FileHolder. 2017-10-03 19:36:06 -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
TimedEventLoop.hpp