mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +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:
parent
113da93796
commit
55055c7847
@ -137,7 +137,7 @@ template <class T> class CRTC6845 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
character_counter_ = 0;
|
character_counter_ = 0;
|
||||||
character_is_visible_ = true;
|
character_is_visible_ = (registers_[1] != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
perform_bus_cycle();
|
perform_bus_cycle();
|
||||||
|
Loading…
Reference in New Issue
Block a user