comparison vdp.h @ 1872:45be49d3a98b

Forgot to commit the header changes
author Michael Pavone <pavone@retrodev.com>
date Sun, 28 Jul 2019 10:35:15 -0700
parents dc94354eab66
children 55198fc9cc1f
comparison
equal deleted inserted replaced
1871:e75b788caedd 1872:45be49d3a98b
210 uint8_t hslot; //hcounter/2 210 uint8_t hslot; //hcounter/2
211 uint8_t sprite_index; 211 uint8_t sprite_index;
212 uint8_t sprite_draws; 212 uint8_t sprite_draws;
213 int8_t slot_counter; 213 int8_t slot_counter;
214 int8_t cur_slot; 214 int8_t cur_slot;
215 uint8_t sprite_x_offset;
215 uint8_t max_sprites_frame; 216 uint8_t max_sprites_frame;
216 uint8_t max_sprites_line; 217 uint8_t max_sprites_line;
217 uint8_t fetch_tmp[2]; 218 uint8_t fetch_tmp[2];
218 uint8_t v_offset; 219 uint8_t v_offset;
219 uint8_t hint_counter; 220 uint8_t hint_counter;