Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/nes
/ writeIRQEnable
Method
writeIRQEnable
nes/mapper4.go:173–175 ·
view source on GitHub ↗
(value byte)
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(m *Mapper4) writeIRQEnable(value byte) {
174
m.irqEnable = true
175
}
176
177
func
(m *Mapper4) prgBankOffset(index int) int {
178
if
index >= 0x80 {
Callers
1
writeRegister
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected