summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index 724e939..090809a 100644
--- a/vdp.h
+++ b/vdp.h
@@ -68,6 +68,7 @@ typedef struct {
uint16_t col_1;
uint16_t col_2;
uint8_t v_offset;
+ uint8_t flags;
uint8_t *tmp_buf_a;
uint8_t *tmp_buf_b;
} vdp_context;