MCPcopy Create free account
hub / github.com/TASEmulators/fceux / get_2007access

Method get_2007access

src/ppu.cpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 uint32 get_2007access() {
227 return ((fv & 3) << 0xC) | (v << 0xB) | (h << 0xA) | (vt << 5) | ht;
228 }
229
230 //The PPU has an internal 4-position, 2-bit shifter, which it uses for
231 //obtaining the 2-bit palette select data during an attribute table byte

Callers 4

DECLFRFunction · 0.80
DECLFWFunction · 0.80
FCEUPPU_PeekAddressFunction · 0.80
FCEUX_PPU_LoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected