1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Storage
2017-11-03 21:43:31 -04:00
..
Cartridge Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
Data Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
Disk Attempts to map recognised [M]FM errors back to FDC status codes. 2017-11-03 21:29:42 -04:00
Tape Switches FileHolder to have a usage much closer to FILE *. 2017-11-02 22:32:00 -04:00
FileHolder.cpp Corrects fixed buffer size error in FileHolder::check_signature. 2017-11-03 21:43:31 -04:00
FileHolder.hpp Improves FileHolder documentation 2017-11-03 21:29:15 -04:00
Storage.hpp Switches all unsigned int and double casts to functional style. 2017-10-21 19:49:04 -04:00
TargetPlatforms.hpp Extends UEF support to include chunk 0005, the target platform description, which is exposed via TargetPlatform::TypeDistinguisher. 2017-08-27 15:43:09 -04:00
TimedEventLoop.cpp Commutes int and unsigned casts to the functional style. 2017-10-21 21:00:40 -04:00
TimedEventLoop.hpp Corrects initial event loop timing state. 2017-09-10 20:51:21 -04:00