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-13 22:32:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Atari2600
History
Thomas Harte
2562306802
Merge branch 'master' into Z80
2017-05-16 21:05:00 -04:00
..
Cartridges
Settled definitively on
flush
as more communicative than
synchronise
(and slightly more locale neutral); culled some more duplication from the Z80.
2017-05-15 07:38:59 -04:00
Atari2600.cpp
…
Atari2600.hpp
Pulled the 6502 into a CPU namespace, making it an instance of something that has micro-opcodes and schedules them, and factoring out the formulation of a register pair.
2017-05-14 22:08:15 -04:00
Atari2600Inputs.h
…
Bus.hpp
…
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 no longer to assume phase is an automatic quarter askew.
2017-05-16 20:43:28 -04:00
TIA.hpp
…