1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-30 22:29:56 +00:00
CLK/Storage
2018-04-06 17:42:24 -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 Switches away from C strings and allows Vic-20 region inference from filenames. 2018-04-06 17:42:24 -04:00
Tape Switches away from C strings and allows Vic-20 region inference from filenames. 2018-04-06 17:42:24 -04:00
FileHolder.cpp Corrects GCC warnings in Commodore::File and the FileHolder. 2017-11-12 17:38:21 -05: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 Switches all unsigned int and double casts to functional style. 2017-10-21 19:49:04 -04:00
TargetPlatforms.hpp Opens up .bin and .rom to all cartridge platforms, and adds a confidence estimate to the Atari 2600. 2018-03-07 14:26:07 -05:00
TimedEventLoop.cpp Attempts better to deal with large numbers. 2017-12-20 21:03:24 -05:00
TimedEventLoop.hpp Corrects initial event loop timing state. 2017-09-10 20:51:21 -04:00