diff vdp.h @ 1638:f27142c48567

Initial stab at CRAM debug in a detached window
author Michael Pavone <pavone@retrodev.com>
date Wed, 14 Nov 2018 22:16:35 -0800
parents c4ba3177b72d
children 3602f3b20072
line wrap: on
line diff
--- a/vdp.h	Sun Nov 11 22:39:29 2018 -0800
+++ b/vdp.h	Wed Nov 14 22:16:35 2018 -0800
@@ -175,6 +175,8 @@
 	uint32_t    *output;
 	uint32_t    *done_output;
 	uint32_t    *fb;
+	uint32_t    *debug_fbs[VDP_NUM_DEBUG_TYPES];
+	uint32_t    debug_fb_pitch[VDP_NUM_DEBUG_TYPES];
 	system_header  *system;
 	uint16_t    cram[CRAM_SIZE];
 	uint32_t    colors[CRAM_SIZE*4];