diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-09-10 00:29:46 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-09-10 00:29:46 -0700 |
commit | 929bc24ebe9477fec8993be92b24dd0a96d001cd (patch) | |
tree | c17775824133563864a6761bf9035caf7db0cf03 /vdp.h | |
parent | 13c9ce6e0b47a724bf97584a0eafa3ad065f3741 (diff) |
Implement FIFO latency and improve DMA accuracy
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ typedef struct { sprite_info sprite_info_list[MAX_SPRITES_LINE]; uint16_t col_1; uint16_t col_2; - uint16_t dma_val; + uint16_t last_write_val; uint8_t v_offset; uint8_t dma_cd; uint8_t hint_counter; |