diff vdp.h @ 1339:35e6a93b4586

Implement the effect of VDP test register usage on the top and bottom borders. Fixes the remaning issue with the border dissolve in the "Ninja Escape" scene of Overdrive 2
author Michael Pavone <pavone@retrodev.com>
date Wed, 03 May 2017 21:28:40 -0700
parents 26e72126f9d1
children 033dda2d4598
line wrap: on
line diff
--- a/vdp.h	Mon May 01 20:33:59 2017 -0700
+++ b/vdp.h	Wed May 03 21:28:40 2017 -0700
@@ -150,6 +150,7 @@
 	int32_t     fifo_write;
 	int32_t     fifo_read;
 	uint32_t    address;
+	uint32_t    serial_address;
 	uint8_t     cd;
 	uint8_t	    flags;
 	uint8_t     regs[VDP_REGS];