1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-30 07:55:01 +00:00
CLK/Storage
Thomas Harte 8da7806ee9 Liberalises segment parser not necessarily to require a standard epilogue.
It seems that real disks don't always have them; I guess the boot ROM doesn't require one.
2020-07-15 22:27:04 -04:00
..
Cartridge
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 Liberalises segment parser not necessarily to require a standard epilogue. 2020-07-15 22:27:04 -04:00
MassStorage Advances to actually completing a build. 2020-05-30 00:47:43 -04:00
Tape Further qmake warning corrections. 2020-05-30 19:31:17 -04:00
FileHolder.cpp This is a deliberate fallthrough. 2020-06-20 00:12:08 -04:00
FileHolder.hpp
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 a route through the static analyser to the Atari ST. 2019-10-20 20:38:54 -04:00
TimedEventLoop.cpp
TimedEventLoop.hpp Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00