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-25 11:17:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b43a7381ae63fc104491e805cbf3c894e76d4398
CLK
/
Machines
T
History
Thomas Harte
b43a7381ae
Fixed framing and first-byte-after-sync signalling. Hacked together as parts of it are, loading now appears to work!
2016-08-01 04:25:11 -04:00
..
Atari2600
Added a default implementation of
Speaker::skip_samples
.
2016-07-04 20:48:27 -04:00
Commodore
Fixed framing and first-byte-after-sync signalling. Hacked together as parts of it are, loading now appears to work!
2016-08-01 04:25:11 -04:00
Electron
Formalised clock-rate multiplication within disk drives, discovered that the stepper didn't have ideal behaviour for my timed event loop and hence nailed down the semantics a ilttle more.
2016-07-31 13:32:30 -04:00
CRTMachine.hpp
Eliminated plain pointer passing for object types.
2016-07-04 19:33:55 -04:00
Typer.cpp
Fixed potential buffer overrun.
2016-07-06 21:39:09 -04:00
Typer.hpp
.reset
is the more normal way to reassign a
unique_ptr
.
2016-06-23 20:52:44 -04:00