1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00
CLK/Storage
Thomas Harte 0ccc104027 Corrects start sector and track interleaving for MSX DSK.
MSX DSKs start with sector 1; Acorn disks still begin with sector 0. Also it turns out that MSX DSKs are indeed interleaved.
2018-01-07 21:59:18 -05:00
..
Cartridge Corrects two Cartridge type mismatches. 2017-12-03 15:43:59 -05: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 Corrects start sector and track interleaving for MSX DSK. 2018-01-07 21:59:18 -05:00
Tape Imputes the alignment requirement for CAS headers. 2017-12-29 10:42:18 -05:00
FileHolder.cpp
FileHolder.hpp
Storage.hpp
TargetPlatforms.hpp Adds enough static analyser to get to the MSX itself as the point of failure in SDL/kiosk mode. 2017-11-25 13:18:24 -05:00
TimedEventLoop.cpp Attempts better to deal with large numbers. 2017-12-20 21:03:24 -05:00
TimedEventLoop.hpp