MCPcopy Create free account
hub / github.com/fogleman/nes / Load

Method Load

nes/mapper3.go:27–32  ·  view source on GitHub ↗
(decoder *gob.Decoder)

Source from the content-addressed store, hash-verified

25}
26
27func (m *Mapper3) Load(decoder *gob.Decoder) error {
28 decoder.Decode(&m.chrBank)
29 decoder.Decode(&m.prgBank1)
30 decoder.Decode(&m.prgBank2)
31 return nil
32}
33
34func (m *Mapper3) Step() {
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected