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

Method Load

nes/mapper225.go:30–35  ·  view source on GitHub ↗
(decoder *gob.Decoder)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected