diff --git a/Components/6845/CRTC6845.hpp b/Components/6845/CRTC6845.hpp index 79cff13f4..746fc8b5a 100644 --- a/Components/6845/CRTC6845.hpp +++ b/Components/6845/CRTC6845.hpp @@ -137,7 +137,7 @@ template class CRTC6845 { } character_counter_ = 0; - character_is_visible_ = true; + character_is_visible_ = (registers_[1] != 0); } perform_bus_cycle();