mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Fix layout.
This commit is contained in:
parent
a5a653d684
commit
e2e951ad0b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user