MCPcopy Create free account
hub / github.com/fogleman/nes / Write

Method Write

nes/controller.go:40–45  ·  view source on GitHub ↗
(value byte)

Source from the content-addressed store, hash-verified

38}
39
40func (c *Controller) Write(value byte) {
41 c.strobe = value
42 if c.strobe&1 == 1 {
43 c.index = 0
44 }
45}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected