From 9a868a039c51cc277540aabc897e091befe46de0 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 4 May 2017 22:47:51 -0700 Subject: Fix transition from active to inactive display --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') 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]; -- cgit v1.2.3