From fb73e9f0a60befdec0b81331e994cfd4424e1e65 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 17 Jul 2015 08:49:23 -0700 Subject: 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 --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 3b89b99..50d4df7 100644 --- a/io.c +++ b/io.c @@ -248,7 +248,7 @@ void handle_binding_up(keybinding * binding) { case UI_DEBUG_MODE_INC: ui_debug_mode++; - if (ui_debug_mode == 4) { + if (ui_debug_mode == 7) { ui_debug_mode = 0; } genesis->vdp->debug = ui_debug_mode; -- cgit v1.2.3