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
2024-11-19 23:32:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d7c1f5b18a
CLK
/
Machines
History
Thomas Harte
d7c1f5b18a
Made an attempt at hooking up the '2' and '4' keys. A mostly unsuccessful attempt. 2 does nothing, 4 clears the screen.
2016-06-11 11:50:37 -04:00
..
Atari2600
Merge branch 'master' into Vic-20
2016-06-10 18:23:55 -04:00
Electron
Made an attempt to consolidate the Objective-C++ side of things based on the incoming
CRTMachine::Machine
.
2016-05-31 22:16:20 -04:00
Vic-20
Made an attempt at hooking up the '2' and '4' keys. A mostly unsuccessful attempt. 2 does nothing, 4 clears the screen.
2016-06-11 11:50:37 -04:00
CRTMachine.hpp
Finally started on generalising the C++ stuff so as to be able to be able to get a working audio binding on the OS-specific side without further repetition by factoring an appropriate protocol out from the Electron and sketching out the correct speaker class for the Atari. Added a method to ask it what a good output frequency would be.
2016-05-31 21:23:44 -04:00