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

Function NewCPUMemory

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

Source from the content-addressed store, hash-verified

14}
15
16func NewCPUMemory(console *Console) Memory {
17 return &cpuMemory{console}
18}
19
20func (mem *cpuMemory) Read(address uint16) byte {
21 switch {

Callers 1

NewCPUFunction · 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…