diff vdp.h @ 460:788ba843a731

Implement FIFO latency and improve DMA accuracy
author Mike Pavone <pavone@retrodev.com>
date Tue, 10 Sep 2013 00:29:46 -0700
parents b7c3b2d22858
children 140af5509ce7
line wrap: on
line diff
--- a/vdp.h	Wed Sep 04 19:34:19 2013 -0700
+++ b/vdp.h	Tue Sep 10 00:29:46 2013 -0700
@@ -143,7 +143,7 @@
 	sprite_info sprite_info_list[MAX_SPRITES_LINE];
 	uint16_t    col_1;
 	uint16_t    col_2;
-	uint16_t    dma_val;
+	uint16_t    last_write_val;
 	uint8_t     v_offset;
 	uint8_t     dma_cd;
 	uint8_t     hint_counter;