From f1d514470dd1171275c214619a9121ab1f9083c8 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 23 Sep 2021 20:29:39 -0400 Subject: [PATCH] Add note to future self. --- Machines/Amiga/Chipset.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Machines/Amiga/Chipset.cpp b/Machines/Amiga/Chipset.cpp index d55c6ce18..d2d8b77ba 100644 --- a/Machines/Amiga/Chipset.cpp +++ b/Machines/Amiga/Chipset.cpp @@ -133,6 +133,8 @@ template void Chipset::output() { LINK(burst, output_default_colour_burst, burst - blank2); // TODO: only if colour enabled. LINK(blank3, output_blank, blank3 - burst); + // TODO: these shouldn't be functions of the fetch window, + // but of the display window. display_horizontal_ |= (cycle << 1) == fetch_window_[0]; display_horizontal_ &= (cycle << 1) != fetch_window_[1];