mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-26 15:32:04 +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…
x
Reference in New Issue
Block a user