changeset 1076:fa6fe03f218a

Removed obsolete TOOD
author Michael Pavone <pavone@retrodev.com>
date Fri, 12 Aug 2016 09:39:39 -0700
parents 4b8ab2d82aee
children 1a66d5165ea7
files vdp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vdp.c	Fri Aug 12 09:29:08 2016 -0700
+++ b/vdp.c	Fri Aug 12 09:39:39 2016 -0700
@@ -1726,7 +1726,6 @@
 	}
 	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) {