Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fogleman/nes
/ Load
Method
Load
nes/mapper7.go:22–25 ·
view source on GitHub ↗
(decoder *gob.Decoder)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(m *Mapper7) Load(decoder *gob.Decoder) error {
23
decoder.Decode(&m.prgBank)
24
return
nil
25
}
26
27
func
(m *Mapper7) Step() {
28
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected