diff io.c @ 722:8f5339961903

Restore the other 2 debug display modes
author Michael Pavone <pavone@retrodev.com>
date Thu, 21 May 2015 00:55:46 -0700
parents 7497334bb548
children daa31ee7d8cd
line wrap: on
line diff
--- a/io.c	Wed May 20 23:34:12 2015 -0700
+++ b/io.c	Thu May 21 00:55:46 2015 -0700
@@ -255,7 +255,7 @@
 			if (ui_debug_pal == 4) {
 				ui_debug_pal = 0;
 			}
-			render_debug_pal(ui_debug_pal);
+			genesis->vdp->debug_pal = ui_debug_pal;
 			break;
 		case UI_ENTER_DEBUGGER:
 			break_on_sync = 1;