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 08:31:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
86dabd007b
CLK
/
Machines
History
Thomas Harte
86dabd007b
Furthered fleshing out of the 1540. Though it doesn't yet receive a ROM so won't even attempt to do anything meaningful.
2016-07-05 16:39:18 -04:00
..
Atari2600
Added a default implementation of
Speaker::skip_samples
.
2016-07-04 20:48:27 -04:00
Commodore
Furthered fleshing out of the 1540. Though it doesn't yet receive a ROM so won't even attempt to do anything meaningful.
2016-07-05 16:39:18 -04:00
Electron
Eliminated plain pointer passing for object types.
2016-07-04 19:33:55 -04:00
CRTMachine.hpp
Eliminated plain pointer passing for object types.
2016-07-04 19:33:55 -04:00
Typer.cpp
Expanded typing to include phase for machines that need to go through multiple keypresses to reach a certain state, expanded Vic to be able to type most things (still bodged on lowercase though), and to schedule a 'run' if it's supposed to be loading into RAM, spotting that opportunity actually to do so.
2016-06-19 13:46:53 -04:00
Typer.hpp
.reset
is the more normal way to reassign a
unique_ptr
.
2016-06-23 20:52:44 -04:00