Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
Mapper
interface
{
9
Read(address uint16) byte
10
Write(address uint16, value byte)
11
Step()
12
Save(encoder *gob.Encoder) error
Callers
15
readSRAM
Function · 0.65
readData
Method · 0.65
writeDMA
Method · 0.65
fetchNameTableByte
Method · 0.65
fetchAttributeTableByte
Method · 0.65
fetchLowTileByte
Method · 0.65
fetchHighTileByte
Method · 0.65
fetchSpritePattern
Method · 0.65
PrintInstruction
Method · 0.65
Read16
Method · 0.65
read16bug
Method · 0.65
pull
Method · 0.65
Implementers
7
Mapper4
nes/mapper4.go
Mapper1
nes/mapper1.go
Mapper40
nes/mapper40.go
Mapper7
nes/mapper7.go
Mapper2
nes/mapper2.go
Mapper225
nes/mapper225.go
Mapper3
nes/mapper3.go
Calls
no outgoing calls
Tested by
no test coverage detected