comparison debug.c @ 930:f33e8d88ab6f

Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Feb 2016 22:20:37 -0800
parents 38dca41f151d
children 751280fb4494
comparison
equal deleted inserted replaced
929:0ee8cfcc06d1 930:f33e8d88ab6f
773 } else { 773 } else {
774 for (int i = 0; i < 6; i++) { 774 for (int i = 0; i < 6; i++) {
775 ym_print_channel_info(gen->ym, i); 775 ym_print_channel_info(gen->ym, i);
776 } 776 }
777 } 777 }
778 break;
779 case 't':
780 ym_print_timer_info(gen->ym);
781 break;
778 } 782 }
779 break; 783 break;
780 } 784 }
781 #ifndef NO_Z80 785 #ifndef NO_Z80
782 case 'z': { 786 case 'z': {