1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-04 15:05:36 +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
Tape
FileHolder.cpp
FileHolder.hpp
Storage.hpp
TargetPlatforms.hpp
TimedEventLoop.cpp
TimedEventLoop.hpp