summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-12-08 22:50:14 -0800
committerMike Pavone <pavone@retrodev.com>2012-12-08 22:50:14 -0800
commit6ccdf70d00aaac0e23acb98f152873a1d9eb75b4 (patch)
treebabf6b889ac80290a765af54b531cef0c3c3e4e8 /vdp.h
parent137631127943d873e7d701d57f3e02d049fa4a32 (diff)
Improve sprite masking to almost completely pass Nemesis' sprite masking test
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;