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
2024-11-02 16:04:59 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
035df316aa
CLK
/
Processors
/
Z80
History
Thomas Harte
9759a04c7d
Timing fixes: the fetch-decode-execute pattern is now per-page, since that on [DD/FD]CB not only doesn't increment R but doesn't take four cycles, so is probably a normal read cycle. Adjusted timing all around.
2017-05-27 23:54:06 -04:00
..
Z80.cpp
First tentative steps towards adding a Z80 implementation.
2017-05-14 17:46:41 -04:00
Z80.hpp
Timing fixes: the fetch-decode-execute pattern is now per-page, since that on [DD/FD]CB not only doesn't increment R but doesn't take four cycles, so is probably a normal read cycle. Adjusted timing all around.
2017-05-27 23:54:06 -04:00
Z80AllRAM.cpp
Fixed Z80's ownership of its fetch-decode-execute program, its habit of scheduling invalidly when hitting an unrecognised operation and the test machine's habit of dereferencing invalidly.
2017-05-22 21:50:34 -04:00
Z80AllRAM.hpp
Made an attempt to log bus activity for comparison with FUSE results.
2017-05-22 19:49:38 -04:00