MCPcopy Index your code
hub / github.com/fogleman/nes / cpuMemory

Struct cpuMemory

nes/memory.go:12–14  ·  view source on GitHub ↗

CPU Memory Map

Source from the content-addressed store, hash-verified

10// CPU Memory Map
11
12type cpuMemory struct {
13 console *Console
14}
15
16func NewCPUMemory(console *Console) Memory {
17 return &cpuMemory{console}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected