Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
165
func
(m *Mapper4) writeIRQReload(value byte) {
166
m.counter = 0
167
}
168
169
func
(m *Mapper4) writeIRQDisable(value byte) {
170
m.irqEnable = false
Callers
1
writeRegister
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected