1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Machines/Atari2600
2017-07-27 07:40:02 -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
Speaker.hpp
TIA.cpp Corrected TIA's WSYNC lookahead to accept Cycles. 2017-07-25 22:13:41 -04:00
TIA.hpp Switched definitively to the works-for-now approach of requiring an explicit opt-in where somebody wants to clock a whole-cycle receiver from a half-cycle clock. 2017-07-27 07:40:02 -04:00