diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-12-30 01:15:16 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-12-30 01:15:16 -0800 |
commit | 763b7d62f09098bc730a94278d9f208918c5ee5a (patch) | |
tree | 54d55c8594096dd14ef5c6d5b7c2380e955a1b15 /vdp.h | |
parent | 6260a5271ccac01f19f9cc6c6a0ac8452f83362a (diff) |
Fix bug that was causing DMA fills to lock up under certain circumstances
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |