From 763b7d62f09098bc730a94278d9f208918c5ee5a Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sun, 30 Dec 2012 01:15:16 -0800 Subject: Fix bug that was causing DMA fills to lock up under certain circumstances --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') 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; -- cgit v1.2.3