GDB Stub: More progress
This commit is contained in:
@@ -1204,6 +1204,9 @@ pc_run(void)
|
||||
/* Run a block of code. */
|
||||
startblit();
|
||||
cpu_exec(cpu_s->rspeed / 100);
|
||||
#ifdef USE_GDBSTUB /* avoid a KBC FIFO overflow when CPU emulation is stalled */
|
||||
if (gdbstub_step == GDBSTUB_EXEC)
|
||||
#endif
|
||||
mouse_process();
|
||||
joystick_process();
|
||||
endblit();
|
||||
|
||||
Reference in New Issue
Block a user