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-26 15:32:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Atari2600
History
Thomas Harte
04693b067c
Fixed failure of the optimised route to pump the pixel clock; removed optimisation entirely for now.
2017-02-18 21:36:48 -05:00
..
Atari2600.cpp
In C++, I think the implicit cast to bool negates the need for any manual collapsing?
2017-02-12 18:18:35 -05:00
Atari2600.hpp
Supposing the TIA were implemented, this is (more or less) what the Atari 2600 would now look like.
2017-01-28 21:46:40 -05:00
Atari2600Inputs.h
Factored out and templated the 6532, finally taking the opportunity to add a means to control the on-console switches of an Atari 2600.
2016-06-19 19:36:34 -04:00
PIA.hpp
Factored out the Atari 2600's 6532 connection, as a low-hanging fruit.
2016-12-03 13:41:55 -05:00
Speaker.cpp
Factored out the Atari 2600 speaker and adjusted it to postfix underscores.
2016-12-03 13:39:46 -05:00
Speaker.hpp
Factored out the Atari 2600 speaker and adjusted it to postfix underscores.
2016-12-03 13:39:46 -05:00
TIA.cpp
Fixed failure of the optimised route to pump the pixel clock; removed optimisation entirely for now.
2017-02-18 21:36:48 -05:00
TIA.hpp
Reintroduced the extra clocking delay.
2017-02-18 20:18:50 -05:00