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-02-16 18:30:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Atari2600
History
Thomas Harte
279c369a1f
Switched to Cycles as the result from the 6502
perform_bus_operation
, helping slightly to clarify what you're intended to return and reducing type jumping within the 6502 implementation.
2017-07-25 22:21:09 -04:00
..
Cartridges
Switched to Cycles as the result from the 6502
perform_bus_operation
, helping slightly to clarify what you're intended to return and reducing type jumping within the 6502 implementation.
2017-07-25 22:21:09 -04:00
Atari2600.cpp
…
Atari2600.hpp
Switched CRTMachine over to use
Cycles
as an explicit statement of units, and followed through on the effects of that.
2017-07-22 22:17:29 -04:00
Atari2600Inputs.h
…
Bus.hpp
Adopted
flush
widely.
2017-07-25 20:42:51 -04:00
PIA.hpp
Standardised curly bracket placement across the Atari.
2017-03-23 21:59:16 -04:00
Speaker.cpp
…
Speaker.hpp
…
TIA.cpp
Corrected TIA's WSYNC lookahead to accept
Cycles
.
2017-07-25 22:13:41 -04:00
TIA.hpp
Corrected TIA's WSYNC lookahead to accept
Cycles
.
2017-07-25 22:13:41 -04:00