1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00

Removed errant newline.

This commit is contained in:
Thomas Harte 2016-10-20 21:30:12 -04:00
parent 44910d90ba
commit 09687a2e2f

View File

@ -61,7 +61,6 @@ void VideoOutput::run_for_cycles(int number_of_cycles)
if(!h_counter) if(!h_counter)
{ {
printf("\n");
_ink = 0xff; _ink = 0xff;
_paper = 0x00; _paper = 0x00;
_use_alternative_character_set = _use_double_height_characters = _blink_text = false; _use_alternative_character_set = _use_double_height_characters = _blink_text = false;