comparison vdp.h @ 1641:bc9bb4e5856f

Basic version of layer compositing debug view in a separate window
author Michael Pavone <pavone@retrodev.com>
date Mon, 19 Nov 2018 09:52:07 -0800
parents 3602f3b20072
children 6909c5d0bbb5
comparison
equal deleted inserted replaced
1640:3602f3b20072 1641:bc9bb4e5856f
200 uint16_t hv_latch; 200 uint16_t hv_latch;
201 uint16_t prefetch; 201 uint16_t prefetch;
202 uint16_t test_port; 202 uint16_t test_port;
203 //stores 2-bit palette + 4-bit palette index + priority for current sprite line 203 //stores 2-bit palette + 4-bit palette index + priority for current sprite line
204 uint8_t linebuf[LINEBUF_SIZE]; 204 uint8_t linebuf[LINEBUF_SIZE];
205 uint8_t layer_debug_buf[LINEBUF_SIZE];
205 uint8_t hslot; //hcounter/2 206 uint8_t hslot; //hcounter/2
206 uint8_t sprite_index; 207 uint8_t sprite_index;
207 uint8_t sprite_draws; 208 uint8_t sprite_draws;
208 int8_t slot_counter; 209 int8_t slot_counter;
209 int8_t cur_slot; 210 int8_t cur_slot;