(decoder *gob.Decoder)
| 24 | } |
| 25 | |
| 26 | func (m *Mapper40) Load(decoder *gob.Decoder) error { |
| 27 | decoder.Decode(&m.bank) |
| 28 | decoder.Decode(&m.cycles) |
| 29 | return nil |
| 30 | } |
| 31 | |
| 32 | func (m *Mapper40) Step() { |
| 33 | if m.cycles < 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected