MCPcopy 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
629void DoNSFFrame(void)
630{
631 if(((NSFNMIFlags&1) && SongReload) || (NSFNMIFlags&2))
632 TriggerNMI();
633}
634
635void FCEUI_NSFSetVis(int mode)
636{

Callers 1

FCEUPPU_LoopFunction · 0.85

Calls 1

TriggerNMIFunction · 0.85

Tested by

no test coverage detected