MCPcopy Create free account
hub / github.com/TASEmulators/fceux / BreakHit

Function BreakHit

src/debug.cpp:665–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665void BreakHit(int bp_num)
666{
667 FCEUI_SetEmulationPaused(EMULATIONPAUSED_PAUSED); //mbg merge 7/19/06 changed to use EmulationPaused()
668
669//#ifdef WIN32
670 FCEUD_DebugBreakpoint(bp_num);
671//#endif
672}
673
674int StackAddrBackup;
675uint16 StackNextIgnorePC = 0xFFFF;

Callers 2

LogCDDataFunction · 0.85
breakpointFunction · 0.85

Calls 2

FCEUI_SetEmulationPausedFunction · 0.85
FCEUD_DebugBreakpointFunction · 0.50

Tested by

no test coverage detected