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

Struct Mapper3

nes/mapper3.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Mapper3 struct {
9 *Cartridge
10 chrBank int
11 prgBank1 int
12 prgBank2 int
13}
14
15func NewMapper3(cartridge *Cartridge) Mapper {
16 prgBanks := len(cartridge.PRG) / 0x4000

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected