diff vdp.h @ 34:0e7df84158b1

Improve sprite masking to almost completely pass Nemesis' sprite masking test
author Mike Pavone <pavone@retrodev.com>
date Sat, 08 Dec 2012 22:50:14 -0800
parents 72ce60cb1711
children cd59519b26d9
line wrap: on
line diff
--- a/vdp.h	Sat Dec 08 22:07:25 2012 -0800
+++ b/vdp.h	Sat Dec 08 22:50:14 2012 -0800
@@ -68,6 +68,7 @@
 	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;