From bad18594ed92f321cbc418be8937297be0340b97 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 13 Feb 2016 22:20:37 -0800 Subject: Add yt debug command for printing YM-2612 timer info. Fix AMS shift values. --- debug.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debug.c') 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; } -- cgit v1.2.3