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

Method writeValue

nes/apu.go:799–801  ·  view source on GitHub ↗
(value byte)

Source from the content-addressed store, hash-verified

797}
798
799func (d *DMC) writeValue(value byte) {
800 d.value = value & 0x7F
801}
802
803func (d *DMC) writeAddress(value byte) {
804 // Sample address = %11AAAAAA.AA000000

Callers 1

writeRegisterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected