comparison vdp.h @ 480:0737953132ad

Implement HV counter latch
author Mike Pavone <pavone@retrodev.com>
date Tue, 17 Sep 2013 09:45:14 -0700
parents 2e4a4188cfb0
children 8ac0eb05642c
comparison
equal deleted inserted replaced
479:863e868752cf 480:0737953132ad
150 int8_t cur_slot; 150 int8_t cur_slot;
151 sprite_draw sprite_draw_list[MAX_DRAWS]; 151 sprite_draw sprite_draw_list[MAX_DRAWS];
152 sprite_info sprite_info_list[MAX_SPRITES_LINE]; 152 sprite_info sprite_info_list[MAX_SPRITES_LINE];
153 uint16_t col_1; 153 uint16_t col_1;
154 uint16_t col_2; 154 uint16_t col_2;
155 uint16_t hv_latch;
155 uint8_t v_offset; 156 uint8_t v_offset;
156 uint8_t dma_cd; 157 uint8_t dma_cd;
157 uint8_t hint_counter; 158 uint8_t hint_counter;
158 uint8_t flags2; 159 uint8_t flags2;
159 uint8_t double_res; 160 uint8_t double_res;