diff vdp.h @ 1343:033dda2d4598

Fix transition from active to inactive display
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 May 2017 22:47:51 -0700
parents 35e6a93b4586
children 5b20840711c1
line wrap: on
line diff
--- a/vdp.h	Thu May 04 22:14:12 2017 -0700
+++ b/vdp.h	Thu May 04 22:47:51 2017 -0700
@@ -163,6 +163,7 @@
 	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];