mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Ensure switch is complete.
This commit is contained in:
parent
7545786436
commit
3d61861737
@ -468,7 +468,7 @@ private:
|
||||
void set_phase(Phase phase) {
|
||||
if(time_in_phase_) {
|
||||
switch(phase_) {
|
||||
case Phase::Sync: crt_.output_sync(time_in_phase_); break;
|
||||
default: crt_.output_sync(time_in_phase_); break;
|
||||
case Phase::Blank: crt_.output_blank(time_in_phase_); break;
|
||||
case Phase::Border: crt_.output_level<uint16_t>(time_in_phase_, phased_border_colour_); break;
|
||||
case Phase::Display: flush_pixels(); break;
|
||||
|
Loading…
Reference in New Issue
Block a user