1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Fix layout.

This commit is contained in:
Thomas Harte 2024-04-09 21:49:35 -04:00
parent a5a653d684
commit e2e951ad0b

View File

@ -317,7 +317,8 @@ struct Video {
}
// Advance cursor position.
if(cursor_pixel_ < 32) cursor_pixel_ += 2; }
if(cursor_pixel_ < 32) cursor_pixel_ += 2;
}
/// @returns @c true if a vertical retrace interrupt has been signalled since the last call to @c interrupt(); @c false otherwise.
bool interrupt() {