1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-16 08:56:51 +00:00
CLK/StaticAnalyser/Acorn
2016-12-30 17:29:51 -05:00
..
Disk.cpp Added an extra sanity check. 2016-12-30 17:29:51 -05:00
Disk.hpp Introduced a full container for disk catalogues, so as also to capture non-file information, and 'completed' (i.e. albeit that CRC checking is still absent) DFS catalogue decoding. 2016-09-19 07:35:02 -04:00
File.cpp
File.hpp
StaticAnalyser.cpp Switched back to full typing, even for DFS loading. It saves having to worry about sideways RAM filing systems and shift (if that's even the issue). 2016-10-01 21:09:28 -04:00
StaticAnalyser.hpp
Tape.cpp Started relocating the tape parsers down from static analyser to storage, to signify that they may be used by the emulation (if fast loading is supported on that machine). 2016-11-06 16:13:13 -05:00
Tape.hpp