1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 08:28:57 +00:00
CLK/Storage
2018-04-27 19:53:35 -04:00
..
Cartridge Switches away from C strings and allows Vic-20 region inference from filenames. 2018-04-06 17:42:24 -04:00
Data Corrects warnings in the CSW, CPC DSK, ZX8081 data encoding, and PRG and binary cartridges. 2017-11-12 17:46:06 -05:00
Disk Improves validation of suspected sync regions. 2018-04-27 19:53:35 -04:00
Tape Converts Time::get into a template, introduces a via-a-double fallback for the timed event loop. 2018-04-25 19:54:39 -04:00
FileHolder.cpp Switches casts around to avoid potential undefined behaviour of left-shifting signed numbers. 2018-04-25 19:59:32 -04:00
FileHolder.hpp Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
Storage.hpp Converts Time::get into a template, introduces a via-a-double fallback for the timed event loop. 2018-04-25 19:54:39 -04:00
TargetPlatforms.hpp Rationalises per-machine static analyser call pattern, and adds Apple II as an option. 2018-04-14 12:12:12 -04:00
TimedEventLoop.cpp Adjusted stepper logic; some disks load now. 2018-04-25 21:59:18 -04:00
TimedEventLoop.hpp Corrects initial event loop timing state. 2017-09-10 20:51:21 -04:00