summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-09-17 00:11:45 -0700
committerMike Pavone <pavone@retrodev.com>2013-09-17 00:11:45 -0700
commit74af15299f37e5c95f4498cfb2f9456c9d4d61bc (patch)
tree61752bd0da3c1d32f50f266548b6be4bd9d237fa /vdp.h
parenta020d55258a5ebf5db027072c4ef28194aa6564b (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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vdp.h b/vdp.h
index 75a603d..9d976e4 100644
--- a/vdp.h
+++ b/vdp.h
@@ -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;