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-03-18 05:30:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
35fc0a5c16
Branches
Tags
View all branches
CLK
/
Storage
History
Thomas Harte
35fc0a5c16
Corrects assumption of double sidedness.
2018-01-08 09:35:29 -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 assumption of double sidedness.
2018-01-08 09:35:29 -05:00
Tape
Imputes the alignment requirement for CAS headers.
2017-12-29 10:42:18 -05:00
FileHolder.cpp
Corrects GCC warnings in Commodore::File and the FileHolder.
2017-11-12 17:38:21 -05:00
FileHolder.hpp
Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions.
2017-11-11 15:28:40 -05:00
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
…