comparison io.c @ 771:0565b2c1a034

Add ability to change start address for VRAM viewer. Fix handling of DMA enable flag when it comes to DMA fills. This fixes a bug in James Pond 3
author Michael Pavone <pavone@retrodev.com>
date Fri, 17 Jul 2015 08:49:23 -0700
parents 1b2f8280ba81
children 41f73c76b978
comparison
equal deleted inserted replaced
770:a3b90f746dcf 771:0565b2c1a034
246 case BIND_UI: 246 case BIND_UI:
247 switch (binding->subtype_a) 247 switch (binding->subtype_a)
248 { 248 {
249 case UI_DEBUG_MODE_INC: 249 case UI_DEBUG_MODE_INC:
250 ui_debug_mode++; 250 ui_debug_mode++;
251 if (ui_debug_mode == 4) { 251 if (ui_debug_mode == 7) {
252 ui_debug_mode = 0; 252 ui_debug_mode = 0;
253 } 253 }
254 genesis->vdp->debug = ui_debug_mode; 254 genesis->vdp->debug = ui_debug_mode;
255 break; 255 break;
256 case UI_DEBUG_PAL_INC: 256 case UI_DEBUG_PAL_INC: