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

Struct Mapper1

nes/mapper1.go:8–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Mapper1 struct {
9 *Cartridge
10 shiftRegister byte
11 control byte
12 prgMode byte
13 chrMode byte
14 prgBank byte
15 chrBank0 byte
16 chrBank1 byte
17 prgOffsets [2]int
18 chrOffsets [2]int
19}
20
21func NewMapper1(cartridge *Cartridge) Mapper {
22 m := Mapper1{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected