From c4d4fb343ea0c125febe578585b79cf0d3c09a7f Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 14 Nov 2018 22:16:35 -0800 Subject: Initial stab at CRAM debug in a detached window --- vdp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index ed5230f..5b17461 100644 --- a/vdp.h +++ b/vdp.h @@ -175,6 +175,8 @@ typedef struct { 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]; -- cgit v1.2.3