diff 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
line wrap: on
line diff
--- a/vdp.h	Tue Sep 17 00:42:49 2013 -0700
+++ b/vdp.h	Tue Sep 17 09:45:14 2013 -0700
@@ -152,6 +152,7 @@
 	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;