mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-22 11:29:20 +00:00
Extend shifting to final column of screen.
This commit is contained in:
parent
d0fdfda4cb
commit
e158c5bc30
@ -281,7 +281,7 @@ public:
|
||||
}
|
||||
break;
|
||||
}
|
||||
if(video_shift_) {
|
||||
if(video_shift_ || wide_screen_) {
|
||||
next_attribute_.advance();
|
||||
next_character_.advance();
|
||||
next_cursor_.advance();
|
||||
@ -487,6 +487,11 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// template <int offset>
|
||||
// void draw_standard_character_mode() {
|
||||
//
|
||||
// }
|
||||
|
||||
void set_scan_target(Outputs::Display::ScanTarget *const target) {
|
||||
crt_.set_scan_target(target);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user