MCPcopy 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
388void TriggerNMI(void)
389{
390 _IRQlow|=FCEU_IQNMI;
391}
392
393void TriggerNMI2(void)
394{

Callers 3

FCEUPPU_LoopFunction · 0.85
FCEUX_PPU_LoopFunction · 0.85
DoNSFFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected