From d9b6185d61f9791e4addda901a2137f253d965dd Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 3 May 2017 21:28:40 -0700 Subject: 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 --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 3e35aa0..b5c8999 100644 --- a/vdp.h +++ b/vdp.h @@ -150,6 +150,7 @@ typedef struct { 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]; -- cgit v1.2.3