1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Storage
2017-10-31 21:32:28 -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 Generalises the concept of multiple samplings of an FM/MFM sector, simplifying CPC DSK support and paving the way for generic weak/fuzzy bit support. 2017-10-31 21:32:28 -04:00
Tape 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
FileHolder.cpp 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
FileHolder.hpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
Storage.hpp
TargetPlatforms.hpp
TimedEventLoop.cpp
TimedEventLoop.hpp