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

Method writeIRQDisable

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

Source from the content-addressed store, hash-verified

167}
168
169func (m *Mapper4) writeIRQDisable(value byte) {
170 m.irqEnable = false
171}
172
173func (m *Mapper4) writeIRQEnable(value byte) {
174 m.irqEnable = true

Callers 1

writeRegisterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected