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

Function newppu_get_dot

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

Source from the content-addressed store, hash-verified

290
291int newppu_get_scanline() { return ppur.status.sl; }
292int newppu_get_dot() { return ppur.status.cycle; }
293void newppu_hacky_emergency_reset()
294{
295 if(ppur.status.end_cycle == 0)

Callers 3

UpdateDebuggerFunction · 0.85
updateRegisterViewMethod · 0.85
updateRegisterViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected