This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2024-11-18 17:06:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e559a65ede
CLK
/
Storage
/
Disk
/
Encodings
History
Thomas Harte
e559a65ede
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
..
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