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-02 20:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
OSBindings
/
Mac
/
Clock Signal
/
Machine
History
Thomas Harte
a3d37640aa
Switch include guards to
#pragma once
.
2024-01-16 23:34:46 -05:00
..
StaticAnalyser
…
Wrappers
Switches to a
static_cast
. No need for reflection here.
2021-06-08 17:37:28 -04:00
CSMachine.h
…
CSMachine.mm
Avoid use of raw pointers in machine creation.
2024-01-12 22:03:19 -05:00
CSMachine+Target.h
…
CSROMFetcher.hpp
…
CSROMFetcher.mm
…
KeyCodes.h
Switch include guards to
#pragma once
.
2024-01-16 23:34:46 -05:00
NSBundle+DataResource.h
…
NSBundle+DataResource.m
Removes all instances of the copyright symbol.
2018-05-13 15:19:52 -04:00
NSData+CRC32.h
Gets as far as testing ROMs against the missing list.
2019-07-22 18:02:48 -04:00
NSData+CRC32.m
Cuts down unused parameter warnings to just a few that may well indicate implementation errors.
2020-05-30 01:06:43 -04:00
NSData+StdVector.h
…
NSData+StdVector.mm
…