comparison 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
comparison
equal deleted inserted replaced
1338:3706b683cd48 1339:35e6a93b4586
148 typedef struct { 148 typedef struct {
149 fifo_entry fifo[FIFO_SIZE]; 149 fifo_entry fifo[FIFO_SIZE];
150 int32_t fifo_write; 150 int32_t fifo_write;
151 int32_t fifo_read; 151 int32_t fifo_read;
152 uint32_t address; 152 uint32_t address;
153 uint32_t serial_address;
153 uint8_t cd; 154 uint8_t cd;
154 uint8_t flags; 155 uint8_t flags;
155 uint8_t regs[VDP_REGS]; 156 uint8_t regs[VDP_REGS];
156 //cycle count in MCLKs 157 //cycle count in MCLKs
157 uint32_t cycles; 158 uint32_t cycles;