summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-08-12 09:39:39 -0700
committerMichael Pavone <pavone@retrodev.com>2016-08-12 09:39:39 -0700
commit00c00b816bac8f05e49f4733ecbedd363b0b8da2 (patch)
treeb1fb102192e2ce9d53dd6efba58585270cdb1951
parent919c0211fc799861ac5e562c2db722d14b2ae427 (diff)
Removed obsolete TOOD
-rw-r--r--vdp.c1
1 files changed, 0 insertions, 1 deletions
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) {