1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors
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
..
6502 Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
Z80 Expands documentation of NMI setting. 2018-03-02 11:10:02 -05:00
AllRAMProcessor.cpp Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
AllRAMProcessor.hpp Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
RegisterSizes.hpp Noodled around with initial state. 2017-05-29 19:25:08 -04:00