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-27 06:35:04 +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
…
Speaker.cpp
Made final switch to permit high-sampling rate Atari audio.
2017-04-15 21:18:00 -04:00
Speaker.hpp
Made final switch to permit high-sampling rate Atari audio.
2017-04-15 21:18:00 -04:00
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