1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-16 22:28:57 +00:00
CLK/StaticAnalyser/Commodore
2017-11-10 22:47:10 -05:00
..
Disk.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
Disk.hpp The Commodore analyser now at least hands off to somebody else a chance to parse disks. 2016-09-13 07:26:51 -04:00
File.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
File.hpp Corrects order-of-initialisation errors in the Amstrad CPC, Vic-20, Oric, Commodore File, MFM disk controller, UEF and Commodore tape parser. 2017-11-10 22:47:10 -05:00
StaticAnalyser.cpp Switches from testing size() != 0 to empty() != true. 2017-09-04 20:54:38 -04:00
StaticAnalyser.hpp Split the static analyser functionality so that it's possible just to ask for the set of media implied by a particular file. Extended ConfigurationTarget so that media alone can be pushed to a machine. 2017-08-17 10:48:29 -04:00
Tape.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Tape.hpp The Commodore analyser now at least hands off to somebody else a chance to parse disks. 2016-09-13 07:26:51 -04:00