MCPcopy Create free account
hub / github.com/djhworld/simple-computer / toggleWriteToRAM

Method toggleWriteToRAM

io/display.go:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (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
111func (k *DisplayAdapter) writeToInputMAR() {
112 // if writeToRAM == false then put bus contents in Input-MAR

Callers 2

writeToInputMARMethod · 0.95
writeToDisplayRAMMethod · 0.95

Calls 3

UpdateMethod · 0.65
GetMethod · 0.45
OutputMethod · 0.45

Tested by

no test coverage detected