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

Method Load

nes/mapper2.go:29–34  ·  view source on GitHub ↗
(decoder *gob.Decoder)

Source from the content-addressed store, hash-verified

27}
28
29func (m *Mapper2) Load(decoder *gob.Decoder) error {
30 decoder.Decode(&m.prgBanks)
31 decoder.Decode(&m.prgBank1)
32 decoder.Decode(&m.prgBank2)
33 return nil
34}
35
36func (m *Mapper2) Step() {
37}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected