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-14 04:31:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Processors
History
Thomas Harte
6315c22b80
Removed repeated checking of bus_request_line_. It's now checked only after each outward
perform_machine_cycle
.
2017-08-20 12:39:45 -04:00
..
6502
Remove the 6502's use of runtime polymorphism in favour of ordinary templating.
2017-08-16 11:56:52 -04:00
Z80
Removed repeated checking of bus_request_line_. It's now checked only after each outward
perform_machine_cycle
.
2017-08-20 12:39:45 -04:00
AllRAMProcessor.cpp
Attempted to nudge wait timing onto half-cycle boundaries, which expands the number of partial machine cycles the Z80 can post but pleasingly also regularises them. Switched the AllRAMProcessor to reporting half cycles by default and corrected all Z80 tests.
2017-07-27 20:17:13 -04:00
AllRAMProcessor.hpp
Attempted to nudge wait timing onto half-cycle boundaries, which expands the number of partial machine cycles the Z80 can post but pleasingly also regularises them. Switched the AllRAMProcessor to reporting half cycles by default and corrected all Z80 tests.
2017-07-27 20:17:13 -04:00
RegisterSizes.hpp
Noodled around with initial state.
2017-05-29 19:25:08 -04:00