diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-11-14 22:16:35 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-11-14 22:16:35 -0800 |
commit | c4d4fb343ea0c125febe578585b79cf0d3c09a7f (patch) | |
tree | 7cad2ed81248df898a0f4286d28451e84a754ec4 /vdp.h | |
parent | e1a275cbd9a8b620040cf06f24879926dbaf2065 (diff) |
Initial stab at CRAM debug in a detached window
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]; |