diff options
| author | Michael Pavone <pavone@retrodev.com> | 2016-02-13 22:20:37 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2016-02-13 22:20:37 -0800 |
| commit | bad18594ed92f321cbc418be8937297be0340b97 (patch) | |
| tree | 4f25499b04d84557dc0936cc517044db4d2b17b5 /debug.c | |
| parent | a2eef830e8de968d206f9b54202c15e36088b5ca (diff) | |
Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
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; } |
