summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-09-17 09:45:14 -0700
committerMike Pavone <pavone@retrodev.com>2013-09-17 09:45:14 -0700
commitb1170b0ee50fdb523fdb65e6f99851fe67acd1c1 (patch)
tree403138f1232f57a2af27c26aa47a71ff0fa9bc25 /vdp.h
parent7f8e47eb7e81a7001f0c6a00f2cf52f1e50a96a2 (diff)
Implement HV counter latch
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
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;