summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
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];