| 1374 | } |
| 1375 | } |
| 1376 | static 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 | |
| 1392 | static void debugRunLine128CB (GtkButton * button, debuggerWin_t * dw) |
| 1393 | { |
no test coverage detected