diff --git a/Machines/PCCompatible/CGA.hpp b/Machines/PCCompatible/CGA.hpp index cf7d820a3..a72028d5d 100644 --- a/Machines/PCCompatible/CGA.hpp +++ b/Machines/PCCompatible/CGA.hpp @@ -160,8 +160,6 @@ class CGA { new_state = OutputState::Pixels; } - // TODO: impose a colour burst, if enabled. - return new_state; }