1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors/Z80
Thomas Harte 74dfe56d2b
Expands documentation of NMI setting.
Given that it was previously incorrect, explains logic behind request_status_ and last_request_status_ setting. Also takes the opportunity to ensure that NMI is 'sampled' at the same time as IRQ; whether the next thing should be the NMI routine now occurs one cycle before the end of any instruction. That's an assumption for now. Testing to come.
2018-03-02 11:10:02 -05:00
..
AllRAM Refactors the Z80 to separate out interface and implementation. 2017-09-01 20:50:24 -04:00
Implementation Expands documentation of NMI setting. 2018-03-02 11:10:02 -05:00
Z80.hpp Proceeds the ColecoVision to booting. 2018-02-24 18:14:38 -05:00