From 547dc29a608bcef3dca2c504badbdf9aba3fdb4f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 7 Apr 2024 15:53:42 -0400 Subject: [PATCH] Remove done TODOs. --- Machines/Acorn/Archimedes/Video.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Machines/Acorn/Archimedes/Video.hpp b/Machines/Acorn/Archimedes/Video.hpp index a88c6cd91..5b9b66454 100644 --- a/Machines/Acorn/Archimedes/Video.hpp +++ b/Machines/Acorn/Archimedes/Video.hpp @@ -247,7 +247,6 @@ struct Video { } // Overlay cursor if applicable. - // TODO: have all BPP modes output only two pixels at a time, and pull this out of the loop. // TODO: pull this so far out that the cursor can display over the border, too. if(cursor_pixel_ < 32) { if(cursor_pixel_ >= 0) { @@ -267,7 +266,6 @@ struct Video { pixels_ += 2; } else { - // TODO: don't assume 4bpp here either. switch(colour_depth_) { case Depth::EightBPP: next_byte();