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

Function newppu_get_scanline

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

Source from the content-addressed store, hash-verified

289} ppur;
290
291int newppu_get_scanline() { return ppur.status.sl; }
292int newppu_get_dot() { return ppur.status.cycle; }
293void newppu_hacky_emergency_reset()
294{

Callers 4

UpdateDebuggerFunction · 0.85
updateRegisterViewMethod · 0.85
updateRegisterViewMethod · 0.85
mmc5_PPUReadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected