1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00
CLK/Processors
2017-06-01 22:16:22 -04:00
..
6502 Corrected 6502 scheduling when flushing the pipeline. 2017-05-30 20:58:07 -04:00
Z80 Made a first attempt at the correct segue into the three main kinds of interrupt, though the programs aren't written yet. So undefined behaviour would abound were an interrupt to occur. But it lets me figure out what effect the check has on performance. I hope little. 2017-06-01 22:16:22 -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
MicroOpScheduler.hpp Switched to following the current program via address. 2017-05-30 18:49:40 -04:00
RegisterSizes.hpp Noodled around with initial state. 2017-05-29 19:25:08 -04:00