1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Storage
Thomas Harte 5287c57ee0 Adds the IIgs as a user-selectable machine.
Albeit that there is no underlying machine yet.
2020-10-20 22:18:11 -04:00
..
Cartridge Further doubles down on construction syntax for type conversions. 2020-05-09 23:00:39 -04:00
Data Cuts down unused parameter warnings to just a few that may well indicate implementation errors. 2020-05-30 01:06:43 -04:00
Disk Gives Qt disk controllers independent ROM/RAM selection logic. 2020-07-29 21:06:41 -04:00
MassStorage Advances to actually completing a build. 2020-05-30 00:47:43 -04:00
Tape Resolves signed comparison mismatches. 2020-07-24 21:55:33 -04:00
FileHolder.cpp This is a deliberate fallthrough. 2020-06-20 00:12:08 -04:00
FileHolder.hpp Further doubles down on construction syntax for type conversions. 2020-05-09 23:00:39 -04:00
Storage.hpp Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style. 2020-05-20 23:34:26 -04:00
TargetPlatforms.hpp Adds the IIgs as a user-selectable machine. 2020-10-20 22:18:11 -04:00
TimedEventLoop.cpp Ensure float literals are floats. 2020-07-17 23:18:41 -04:00
TimedEventLoop.hpp Ensure float literals are floats. 2020-07-17 23:18:41 -04:00