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-04-19 02:22:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
9ca2d8f9f2c1004812446ea86d5b32881605b66c
CLK
/
Analyser
/
Dynamic
/
MultiMachine
/
Implementation
T
History
Thomas Harte
9ca2d8f9f2
Tried to be less lazy with lambda captures.
...
This is primarily defensive.
2020-02-14 23:39:08 -05:00
..
MultiConfigurable.cpp
Removes all instances of the copyright symbol.
2018-05-13 15:19:52 -04:00
MultiConfigurable.hpp
All these 'override's can be 'final's.
2020-01-23 22:57:51 -05:00
MultiCRTMachine.cpp
Tried to be less lazy with lambda captures.
2020-02-14 23:39:08 -05:00
MultiCRTMachine.hpp
All these 'override's can be 'final's.
2020-01-23 22:57:51 -05:00
MultiJoystickMachine.cpp
All these 'override's can be 'final's.
2020-01-23 22:57:51 -05:00
MultiJoystickMachine.hpp
All these 'override's can be 'final's.
2020-01-23 22:57:51 -05:00
MultiKeyboardMachine.cpp
Removes many stray spaces.
2018-11-23 22:32:32 -05:00
MultiKeyboardMachine.hpp
All these 'override's can be 'final's.
2020-01-23 22:57:51 -05:00
MultiMediaTarget.cpp
Renames
ConfigurationTarget
to
MediaTarget
as per its newly-reduced interface.
2018-07-10 21:32:28 -04:00
MultiMediaTarget.hpp
All these 'override's can be 'final's.
2020-01-23 22:57:51 -05:00
MultiSpeaker.cpp
Adds the option to run machines at a multiple of their real speeds.
2020-01-26 13:25:23 -05:00
MultiSpeaker.hpp
Merge branch 'master' into FinalOverride
2020-01-26 23:42:25 -05:00