mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Add note to future self.
This commit is contained in:
parent
9a7a54f22f
commit
f1d514470d
@ -133,6 +133,8 @@ template <int cycle> 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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user