From b1170b0ee50fdb523fdb65e6f99851fe67acd1c1 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 17 Sep 2013 09:45:14 -0700 Subject: Implement HV counter latch --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 9d976e4..9b99b97 100644 --- a/vdp.h +++ b/vdp.h @@ -152,6 +152,7 @@ typedef struct { sprite_info sprite_info_list[MAX_SPRITES_LINE]; uint16_t col_1; uint16_t col_2; + uint16_t hv_latch; uint8_t v_offset; uint8_t dma_cd; uint8_t hint_counter; -- cgit v1.2.3