summaryrefslogtreecommitdiff
path: root/vdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdp.c')
-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) {