changeset 2509:1102372feaee

Remove old TODO
author Michael Pavone <pavone@retrodev.com>
date Tue, 27 Aug 2024 20:52:37 -0700
parents caf92f1b7b76
children 0a22c1901492
files vdp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vdp.c	Tue Aug 27 20:50:31 2024 -0700
+++ b/vdp.c	Tue Aug 27 20:52:37 2024 -0700
@@ -1591,7 +1591,7 @@
 			pixel = context->regs[REG_BG_COLOR] & 0x3F;
 			for (int i = 0; i < 16; i++)
 			{
-				*(dst++) = pixel; //TODO: confirm this on hardware
+				*(dst++) = pixel; //Behavior confirmed on hardware by vladikcomper
 				*(debug_dst++) = DBG_SRC_BG;
 			}
 			break;