MCPcopy 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
173func (m *Mapper4) writeIRQEnable(value byte) {
174 m.irqEnable = true
175}
176
177func (m *Mapper4) prgBankOffset(index int) int {
178 if index >= 0x80 {

Callers 1

writeRegisterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected