1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Storage
2016-09-18 18:33:26 -04:00
..
Cartridge
Disk Calling it 'number theory' probably isn't accurate but extracted the CRC stuff and started using it for [M]FM encoding. 2016-09-18 18:33:26 -04:00
Tape Workaround for a weird bug that suddenly appears to manifest: gzgetc is returning the file name, not bytes from the file. Seems to be related to improper initialisation of the next field within the gzFile header. I can't immediately see where ZLib intends to do that so it's a bit mysterious. But the larger-than-8 readers could probably save time by reading in blocks anyway. 2016-09-17 22:01:25 -04:00
Storage.hpp
TimedEventLoop.cpp Clarified TODO. 2016-09-18 10:29:45 -04:00
TimedEventLoop.hpp Added a quick bit of documentation. 2016-09-18 10:30:52 -04:00