MCPcopy
hub / github.com/fogleman/nes / Mapper40

Struct Mapper40

nes/mapper40.go:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Mapper40 struct {
10 *Cartridge
11 console *Console
12 bank int
13 cycles int
14}
15
16func NewMapper40(console *Console, cartridge *Cartridge) Mapper {
17 return &Mapper40{cartridge, console, 0, 0}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected