Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
int newppu_get_scanline() { return ppur.status.sl; }
292
int newppu_get_dot() { return ppur.status.cycle; }
293
void newppu_hacky_emergency_reset()
294
{
295
if(ppur.status.end_cycle == 0)
Callers
3
UpdateDebugger
Function · 0.85
updateRegisterView
Method · 0.85
updateRegisterView
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected