mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Minor: ensured immediate line comparison works. But I think my problem might be trying to do this as straight line logic?
This commit is contained in:
@@ -137,7 +137,7 @@ template <class T> class CRTC6845 {
|
||||
}
|
||||
|
||||
character_counter_ = 0;
|
||||
character_is_visible_ = true;
|
||||
character_is_visible_ = (registers_[1] != 0);
|
||||
}
|
||||
|
||||
perform_bus_cycle();
|
||||
|
Reference in New Issue
Block a user