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

Struct ppuMemory

nes/memory.go:72–74  ·  view source on GitHub ↗

PPU Memory Map

Source from the content-addressed store, hash-verified

70// PPU Memory Map
71
72type ppuMemory struct {
73 console *Console
74}
75
76func NewPPUMemory(console *Console) Memory {
77 return &ppuMemory{console}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected