MCPcopy 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
504func (ppu *PPU) fetchTileData() uint32 {
505 return uint32(ppu.tileData >> 32)
506}
507
508func (ppu *PPU) backgroundPixel() byte {
509 if ppu.flagShowBackground == 0 {

Callers 1

backgroundPixelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected