summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-11-14 22:16:35 -0800
committerMichael Pavone <pavone@retrodev.com>2018-11-14 22:16:35 -0800
commitc4d4fb343ea0c125febe578585b79cf0d3c09a7f (patch)
tree7cad2ed81248df898a0f4286d28451e84a754ec4 /vdp.h
parente1a275cbd9a8b620040cf06f24879926dbaf2065 (diff)
Initial stab at CRAM debug in a detached window
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h2
1 files changed, 2 insertions, 0 deletions
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];