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

Method Read

nes/mapper.go:9–9  ·  view source on GitHub ↗
(address uint16)

Source from the content-addressed store, hash-verified

7
8type Mapper interface {
9 Read(address uint16) byte
10 Write(address uint16, value byte)
11 Step()
12 Save(encoder *gob.Encoder) error

Callers 15

readSRAMFunction · 0.65
readDataMethod · 0.65
writeDMAMethod · 0.65
fetchNameTableByteMethod · 0.65
fetchLowTileByteMethod · 0.65
fetchHighTileByteMethod · 0.65
fetchSpritePatternMethod · 0.65
PrintInstructionMethod · 0.65
Read16Method · 0.65
read16bugMethod · 0.65
pullMethod · 0.65

Implementers 7

Mapper4nes/mapper4.go
Mapper1nes/mapper1.go
Mapper40nes/mapper40.go
Mapper7nes/mapper7.go
Mapper2nes/mapper2.go
Mapper225nes/mapper225.go
Mapper3nes/mapper3.go

Calls

no outgoing calls

Tested by

no test coverage detected