(state bool)
| 834 | } |
| 835 | |
| 836 | func (c *CPU) runSetOnIO(state bool) { |
| 837 | c.ioBusSetGate.Update(state, c.step4Gate3And.Output()) |
| 838 | updateSetStatus(c.ioBus, c.ioBusSetGate.Output()) |
| 839 | } |
| 840 | |
| 841 | func (c *CPU) runSetOnMAR(state bool) { |
| 842 | c.marSetORGate.Update( |
no test coverage detected