Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
799
func
(d *DMC) writeValue(value byte) {
800
d.value = value & 0x7F
801
}
802
803
func
(d *DMC) writeAddress(value byte) {
804
// Sample address = %11AAAAAA.AA000000
Callers
1
writeRegister
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected