summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-05-04 22:47:51 -0700
committerMichael Pavone <pavone@retrodev.com>2017-05-04 22:47:51 -0700
commit9a868a039c51cc277540aabc897e091befe46de0 (patch)
treec11edccb0af8042beae975477e8dba27a7005cb7 /vdp.h
parent8e9bad6c899c2d0f48862afa0cce5346d8e39004 (diff)
Fix transition from active to inactive display
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];