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
2026-03-13 02:42:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c11d65295e75c73d6d856f46fd20106d082178a0
CLK
/
Storage
History
Thomas Harte
25bd811867
Avoid
strcpy
due to probable false positive analyser warning.
2025-12-21 22:46:03 -05:00
..
Automation
…
Cartridge
…
Data
Reformat for line lengths.
2025-12-05 17:37:43 -06:00
Disk
Use std::copy_n where it more directly matches intent.
2025-12-10 22:23:42 -05:00
FileBundle
Add virtual destructor to ensure full clean-up.
2025-11-26 17:37:03 -05:00
MassStorage
Avoid
strcpy
due to probable false positive analyser warning.
2025-12-21 22:46:03 -05:00
State
Use std::fill_n where it's more natural.
2025-12-07 09:33:27 -05:00
Tape
Avoid meaningless comparisons.
2025-12-10 22:41:47 -05:00
FileHolder.cpp
…
FileHolder.hpp
…
Storage.hpp
…
TargetPlatforms.hpp
…
TimedEventLoop.cpp
…
TimedEventLoop.hpp
Shorten declarations.
2025-12-04 23:15:26 -05:00