summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 46aa4a8..2273517 100644
--- a/debug.c
+++ b/debug.c
@@ -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;
}