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

Struct Mapper225

nes/mapper225.go:11–16  ·  view source on GitHub ↗

https://github.com/asfdfdfd/fceux/blob/master/src/boards/225.cpp https://wiki.nesdev.com/w/index.php/INES_Mapper_225

Source from the content-addressed store, hash-verified

9// https://wiki.nesdev.com/w/index.php/INES_Mapper_225
10
11type Mapper225 struct {
12 *Cartridge
13 chrBank int
14 prgBank1 int
15 prgBank2 int
16}
17
18func NewMapper225(cartridge *Cartridge) Mapper {
19 prgBanks := len(cartridge.PRG) / 0x4000

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected