1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 21:29:53 +00:00
CLK/Storage/Disk/Encodings
2017-08-18 15:47:46 -04:00
..
CommodoreGCR.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
CommodoreGCR.hpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
MFM.cpp Ideally I would be able to kill this multiplier, as it could easily be derived at runtime. But, for now, just turned it up so that the analysis-oriented parser is better at parsing different bit rates. 2017-08-18 15:47:46 -04:00
MFM.hpp Switched to populating the sector cache with everything in a track the first time anything on that track is requested. That avoids the problem whereby each request of a non-existent sector costs two spins. 2017-08-11 18:40:16 -04:00