diff options
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]; |