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
2025-01-13 07:30:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
History
Thomas Harte
3bb496f9ae
Enforces a maximum sector size to avoid impossible sizes.
...
Such as 128 * 2^255.
2018-03-22 22:00:26 -04:00
..
Cartridge
…
Data
…
Disk
Enforces a maximum sector size to avoid impossible sizes.
2018-03-22 22:00:26 -04: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
Opens up .bin and .rom to all cartridge platforms, and adds a confidence estimate to the Atari 2600.
2018-03-07 14:26:07 -05:00
TimedEventLoop.cpp
…
TimedEventLoop.hpp
…