1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00
CLK/Storage
2017-08-24 22:18:44 -04:00
..
Cartridge
Data
Disk Resolves all current analyser warnings. 2017-08-24 22:18:44 -04:00
Tape Quick fixes: the binary tape player now considers talk to the sleep observer only if motor control changes. The Amstrad CPC no longer attempts to use the component argument to identify the caller, since this will often be that of the superclass and not that of the derived class known to the CPC. 2017-08-20 13:18:46 -04:00
FileHolder.cpp Moved curly bracket. 2017-08-11 19:19:04 -04:00
FileHolder.hpp
Storage.hpp
TimedEventLoop.cpp Adjusted to avoid calls to ::greatest_common_divisor(numerator % denominator, denominator) unless necessary. 2017-08-11 19:05:46 -04:00
TimedEventLoop.hpp