Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ TriggerNMI
Function
TriggerNMI
src/x6502.cpp:388–391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
void TriggerNMI(void)
389
{
390
_IRQlow|=FCEU_IQNMI;
391
}
392
393
void TriggerNMI2(void)
394
{
Callers
3
FCEUPPU_Loop
Function · 0.85
FCEUX_PPU_Loop
Function · 0.85
DoNSFFrame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected