diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-05-04 22:47:51 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-05-04 22:47:51 -0700 |
commit | 9a868a039c51cc277540aabc897e091befe46de0 (patch) | |
tree | c11edccb0af8042beae975477e8dba27a7005cb7 /vdp.h | |
parent | 8e9bad6c899c2d0f48862afa0cce5346d8e39004 (diff) |
Fix transition from active to inactive display
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]; |