MCPcopy Index your code
hub / github.com/fogleman/nes / writeIRQReload

Method writeIRQReload

nes/mapper4.go:165–167  ·  view source on GitHub ↗
(value byte)

Source from the content-addressed store, hash-verified

163}
164
165func (m *Mapper4) writeIRQReload(value byte) {
166 m.counter = 0
167}
168
169func (m *Mapper4) writeIRQDisable(value byte) {
170 m.irqEnable = false

Callers 1

writeRegisterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected