Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/nes
/ writeBankData
Method
writeBankData
nes/mapper4.go:144–147 ·
view source on GitHub ↗
(value byte)
Source
from the content-addressed store, hash-verified
142
}
143
144
func
(m *Mapper4) writeBankData(value byte) {
145
m.registers[m.register] = value
146
m.updateOffsets()
147
}
148
149
func
(m *Mapper4) writeMirror(value byte) {
150
switch
value & 1 {
Callers
1
writeRegister
Method · 0.95
Calls
1
updateOffsets
Method · 0.95
Tested by
no test coverage detected