diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-09-17 00:11:45 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-09-17 00:11:45 -0700 |
commit | 74af15299f37e5c95f4498cfb2f9456c9d4d61bc (patch) | |
tree | 61752bd0da3c1d32f50f266548b6be4bd9d237fa /vdp.h | |
parent | a020d55258a5ebf5db027072c4ef28194aa6564b (diff) |
Fix DMA fill so that it does not cause observable changes to the FIFO. Get DMA copy mostly correct from an observable ffect perspective. DMA copy probably does not reflect internal implementation still given that evidence seems to suggest no FIFO usage at all.
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -152,8 +152,6 @@ typedef struct { sprite_info sprite_info_list[MAX_SPRITES_LINE]; uint16_t col_1; uint16_t col_2; - uint16_t last_write_val; - uint16_t last_fifo_val; uint8_t v_offset; uint8_t dma_cd; uint8_t hint_counter; |