()
| 103 | } |
| 104 | |
| 105 | func (k *DisplayAdapter) toggleWriteToRAM() { |
| 106 | k.writeToRAMToggleGate.Update(k.writeToRAM.Get()) |
| 107 | k.writeToRAM.Update(k.writeToRAMToggleGate.Output(), true) |
| 108 | k.writeToRAM.Update(false, false) |
| 109 | } |
| 110 | |
| 111 | func (k *DisplayAdapter) writeToInputMAR() { |
| 112 | // if writeToRAM == false then put bus contents in Input-MAR |
no test coverage detected