diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-12-08 22:50:14 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-12-08 22:50:14 -0800 |
commit | 6ccdf70d00aaac0e23acb98f152873a1d9eb75b4 (patch) | |
tree | babf6b889ac80290a765af54b531cef0c3c3e4e8 /vdp.h | |
parent | 137631127943d873e7d701d57f3e02d049fa4a32 (diff) |
Improve sprite masking to almost completely pass Nemesis' sprite masking test
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |