From 00c00b816bac8f05e49f4733ecbedd363b0b8da2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 12 Aug 2016 09:39:39 -0700 Subject: Removed obsolete TOOD --- vdp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vdp.c') diff --git a/vdp.c b/vdp.c index 2f87edf..f7f5a3e 100644 --- a/vdp.c +++ b/vdp.c @@ -1726,7 +1726,6 @@ uint16_t vdp_control_port_read(vdp_context * context) } if (context->flags2 & FLAG2_SPRITE_COLLIDE) { value |= 0x20; - //TODO: Test when this is actually cleared context->flags2 &= ~FLAG2_SPRITE_COLLIDE; } if ((context->regs[REG_MODE_4] & BIT_INTERLACE) && context->framebuf == context->oddbuf) { -- cgit v1.2.3