diff vdp.h @ 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 22dbdf50d33c
children 252dfd29831d
line wrap: on
line diff
--- a/vdp.h	Wed May 20 23:34:12 2015 -0700
+++ b/vdp.h	Thu May 21 00:55:46 2015 -0700
@@ -170,6 +170,7 @@
 	uint8_t     buf_a_off;
 	uint8_t     buf_b_off;
 	uint8_t     debug;
+	uint8_t     debug_pal;
 	uint8_t     *tmp_buf_a;
 	uint8_t     *tmp_buf_b;
 } vdp_context;