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

Struct Mapper2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected