1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +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
Data
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
FileHolder.hpp
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
TimedEventLoop.hpp