diff options
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -775,6 +775,10 @@ int run_debugger_command(m68k_context *context, char *input_buf, m68kinst inst, ym_print_channel_info(gen->ym, i); } } + break; + case 't': + ym_print_timer_info(gen->ym); + break; } break; } |