1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00
CLK/Storage
Thomas Harte d83178f29d Makes an attempt at implementing all missing TZX 1.20 blocks.
Towards that aim, simplifies CSW handling so that even regular RLE compression uses a static grab of file contents.
2018-02-22 21:28:12 -05:00
..
Cartridge Allows the MSX to load ROMs that aren't quite multiples of 8kb. 2018-01-16 22:27:41 -05:00
Data
Disk Implements the ugly stuff of converting a DMK back to flux. 2018-01-09 22:13:04 -05:00
Tape Makes an attempt at implementing all missing TZX 1.20 blocks. 2018-02-22 21:28:12 -05:00
FileHolder.cpp
FileHolder.hpp
Storage.hpp
TargetPlatforms.hpp
TimedEventLoop.cpp Attempts better to deal with large numbers. 2017-12-20 21:03:24 -05:00
TimedEventLoop.hpp