1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-17 06:29:28 +00:00
CLK/Storage
Thomas Harte d17fadbe0b Avoid off-by-one error in sector decoding.
Specific issue: retaining the 256 bytes up to _and including_ the checksum, rather than excluding.
2022-09-16 15:47:38 -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 Avoid off-by-one error in sector decoding. 2022-09-16 15:47:38 -04:00
MassStorage Mark get_state as const. 2022-09-15 16:13:54 -04:00
State This field is counted in half-cycles. 2021-04-26 21:20:32 -04:00
Tape Relaxes Oric .tap signature check. 2021-04-29 18:00:02 -04:00
FileHolder.cpp This is a deliberate fallthrough. 2020-06-20 00:12:08 -04:00
FileHolder.hpp Corrects HeaderDoc/etc directive. 2021-04-25 13:01:23 -04:00
Storage.hpp Add a constexpr route that explicitly calculates the simplest possible form. 2022-01-01 17:14:52 -05:00
TargetPlatforms.hpp Add Amiga enums. 2021-07-16 17:59:08 -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