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

Method Write

nes/mapper.go:10–10  ·  view source on GitHub ↗
(address uint16, value byte)

Source from the content-addressed store, hash-verified

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

Callers 12

writeSRAMFunction · 0.65
writeDataMethod · 0.65
pushMethod · 0.65
aslMethod · 0.65
decMethod · 0.65
incMethod · 0.65
lsrMethod · 0.65
rolMethod · 0.65
rorMethod · 0.65
staMethod · 0.65
stxMethod · 0.65
styMethod · 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