summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index b5c8999..bee6014 100644
--- a/vdp.h
+++ b/vdp.h
@@ -163,6 +163,7 @@ typedef struct {
uint8_t *linebuf;
//pointer to current line in framebuffer
uint32_t *output;
+ uint32_t *done_output;
uint32_t *fb;
system_header *system;
uint16_t cram[CRAM_SIZE];