Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/nes
/ Mapper7
Struct
Mapper7
nes/mapper7.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Mapper7
struct
{
9
*Cartridge
10
prgBank int
11
}
12
13
func
NewMapper7(cartridge *Cartridge) Mapper {
14
return
&Mapper7{cartridge, 0}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected