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-15 05:31:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
History
Thomas Harte
1100dc6993
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
..
Cartridge
Allows the MSX to load ROMs that aren't quite multiples of 8kb.
2018-01-16 22:27:41 -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
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
Corrects GCC warnings in Commodore::File and the FileHolder.
2017-11-12 17:38:21 -05:00
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
Attempts better to deal with large numbers.
2017-12-20 21:03:24 -05:00
TimedEventLoop.hpp
…