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

Function debugRunLineCB

src/drivers/sdl/debugger.cpp:1376–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374 }
1375}
1376static void debugRunLineCB (GtkButton * button, debuggerWin_t * dw)
1377{
1378 if (FCEUI_EmulationPaused())
1379 {
1380 dw->setRegsFromEntry();
1381 }
1382 uint64 ts=timestampbase;
1383 ts+=timestamp;
1384 ts+=341/3;
1385 //if (scanline == 240) vblankScanLines++;
1386 //else vblankScanLines = 0;
1387 FCEUI_Debugger().runline = true;
1388 FCEUI_Debugger().runline_end_time=ts;
1389 FCEUI_SetEmulationPaused(0);
1390}
1391
1392static void debugRunLine128CB (GtkButton * button, debuggerWin_t * dw)
1393{

Callers 2

buildMenuBarMethod · 0.85
buildToolBarMethod · 0.85

Calls 3

FCEUI_EmulationPausedFunction · 0.85
FCEUI_SetEmulationPausedFunction · 0.85
setRegsFromEntryMethod · 0.45

Tested by

no test coverage detected