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];