1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Remove dead TODO.

This commit is contained in:
Thomas Harte 2023-12-06 13:15:36 -05:00
parent 987a5dbfbf
commit fd298ffbe9

View File

@ -160,8 +160,6 @@ class CGA {
new_state = OutputState::Pixels;
}
// TODO: impose a colour burst, if enabled.
return new_state;
}