MCPcopy Create free account
hub / github.com/fogleman/nes / NewPPUMemory

Function NewPPUMemory

nes/memory.go:76–78  ·  view source on GitHub ↗
(console *Console)

Source from the content-addressed store, hash-verified

74}
75
76func NewPPUMemory(console *Console) Memory {
77 return &ppuMemory{console}
78}
79
80func (mem *ppuMemory) Read(address uint16) byte {
81 address = address % 0x4000

Callers 1

NewPPUFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…