1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-08 03:54:27 +00:00
CLK/Storage
Thomas Harte 5e34c1b6b8 Switches to producing a single segment for NIBs and DSKs.
I've now seemingly verified that the values read back by the CPU are those I'm intending to produce, so I'm at a loss.
2018-05-01 20:31:42 -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 to producing a single segment for NIBs and DSKs. 2018-05-01 20:31:42 -04:00
Tape Made various corrections following a quick for-loop constness audit. 2018-04-30 22:23:57 -04:00
FileHolder.cpp Finally unifies disk image file exceptions, and adds a placeholder for Apple DSK. 2018-04-27 23:18:45 -04:00
FileHolder.hpp Finally unifies disk image file exceptions, and adds a placeholder for Apple DSK. 2018-04-27 23:18:45 -04: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 Experimentally switches to doubles for TimedEventLoop time tracking. 2018-04-30 22:07:17 -04:00
TimedEventLoop.hpp Experimentally switches to doubles for TimedEventLoop time tracking. 2018-04-30 22:07:17 -04:00