diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-05-03 21:28:40 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-05-03 21:28:40 -0700 |
commit | d9b6185d61f9791e4addda901a2137f253d965dd (patch) | |
tree | affd3df384457eb523065755d1d072da81e86093 /vdp.h | |
parent | 84a292694e063c3b8c8ec03e41d154ccf1eac217 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]; |