Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ DoNSFFrame
Function
DoNSFFrame
src/nsf.cpp:629–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
}
628
629
void DoNSFFrame(void)
630
{
631
if(((NSFNMIFlags&1) && SongReload) || (NSFNMIFlags&2))
632
TriggerNMI();
633
}
634
635
void FCEUI_NSFSetVis(int mode)
636
{
Callers
1
FCEUPPU_Loop
Function · 0.85
Calls
1
TriggerNMI
Function · 0.85
Tested by
no test coverage detected