diff vdp.h @ 131:8fc8e46be691

Fix bug that was causing DMA fills to lock up under certain circumstances
author Mike Pavone <pavone@retrodev.com>
date Sun, 30 Dec 2012 01:15:16 -0800
parents 108e587165c0
children 0e7e1ccc0a81
line wrap: on
line diff
--- a/vdp.h	Sun Dec 30 00:11:03 2012 -0800
+++ b/vdp.h	Sun Dec 30 01:15:16 2012 -0800
@@ -110,6 +110,7 @@
 	uint16_t    col_2;
 	uint16_t    dma_val;
 	uint8_t     v_offset;
+	uint8_t     dma_cd;
 	uint8_t     *tmp_buf_a;
 	uint8_t     *tmp_buf_b;
 } vdp_context;