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-14 13:33:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Utility
History
Thomas Harte
95f859cf5c
Merge branch 'master' into ActivityReceiver
2018-05-10 20:26:50 -04:00
..
MachineForTarget.cpp
Makes attempt to implement support for the Pravetz 8D + 8DOS.
2018-05-08 22:05:43 -04:00
MachineForTarget.hpp
Switches to use of the
TargetList
typedef wherever possible.
2018-04-14 19:46:38 -04:00
MemoryFuzzer.cpp
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
MemoryFuzzer.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
TypedDynamicMachine.hpp
Introduces the
ActivityObserver
protocol for LEDs, drive events, etc.
2018-05-07 21:57:54 -04:00
Typer.cpp
Ensures typers terminate.
2017-12-30 13:46:30 -05:00
Typer.hpp
Eliminates diamond inheritance of KeyboardMachine::Machine by typers.
2018-03-09 15:19:02 -05:00