Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/nes
/ fetchTileData
Method
fetchTileData
nes/ppu.go:504–506 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
502
}
503
504
func
(ppu *PPU) fetchTileData() uint32 {
505
return
uint32(ppu.tileData >> 32)
506
}
507
508
func
(ppu *PPU) backgroundPixel() byte {
509
if
ppu.flagShowBackground == 0 {
Callers
1
backgroundPixel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected