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-04-12 05:37:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Processors
History
Thomas Harte
fd6623b5a5
Attempted to bring a common hierarchy to the Z80 and 6502 test machines, particularly with a view to eliminating the special-case Jam stuff on the 6502.
2017-06-03 21:22:16 -04:00
..
6502
Attempted to bring a common hierarchy to the Z80 and 6502 test machines, particularly with a view to eliminating the special-case Jam stuff on the 6502.
2017-06-03 21:22:16 -04:00
Z80
Pulled the Z80 from the MicroOpScheduler inheritance tree as it barely uses the thing, and that allows me to make the MicroOp structure private.
2017-06-03 19:17:34 -04:00
AllRAMProcessor.cpp
Made check_address_for_trap inlineable.
2017-06-01 18:28:34 -04:00
AllRAMProcessor.hpp
Made check_address_for_trap inlineable.
2017-06-01 18:28:34 -04:00
RegisterSizes.hpp
Noodled around with initial state.
2017-05-29 19:25:08 -04:00