summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-05-03 21:28:40 -0700
committerMichael Pavone <pavone@retrodev.com>2017-05-03 21:28:40 -0700
commitd9b6185d61f9791e4addda901a2137f253d965dd (patch)
treeaffd3df384457eb523065755d1d072da81e86093 /vdp.h
parent84a292694e063c3b8c8ec03e41d154ccf1eac217 (diff)
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
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
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];