From 113fc9f757598d46833464be93890fd39f09f03d Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 23 Nov 2023 15:29:43 -0500 Subject: [PATCH] Add further TODO. --- Machines/PCCompatible/PCCompatible.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index 68373b59a..f7c675024 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -133,6 +133,7 @@ class MDA { } } + // TODO: cursor. if(pixels) { const uint8_t attributes = ram[((state.refresh_address << 1) + 1) & 0xfff]; const uint8_t glyph = ram[((state.refresh_address << 1) + 0) & 0xfff];