From 6ccdf70d00aaac0e23acb98f152873a1d9eb75b4 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sat, 8 Dec 2012 22:50:14 -0800 Subject: Improve sprite masking to almost completely pass Nemesis' sprite masking test --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') 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; -- cgit v1.2.3