summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.h b/vdp.h
index 15f86b1..eda72fe 100644
--- a/vdp.h
+++ b/vdp.h
@@ -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;