summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-12-30 01:15:16 -0800
committerMike Pavone <pavone@retrodev.com>2012-12-30 01:15:16 -0800
commit763b7d62f09098bc730a94278d9f208918c5ee5a (patch)
tree54d55c8594096dd14ef5c6d5b7c2380e955a1b15 /vdp.h
parent6260a5271ccac01f19f9cc6c6a0ac8452f83362a (diff)
Fix bug that was causing DMA fills to lock up under certain circumstances
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 484eb14..baafccf 100644
--- a/vdp.h
+++ b/vdp.h
@@ -110,6 +110,7 @@ typedef struct {
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;