mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Resolves failure to advance video address when output is blocked.
This commit is contained in:
parent
b831b31382
commit
5651ef606d
@ -115,6 +115,8 @@ void Video::run_for(HalfCycles duration) {
|
||||
|
||||
pixel_buffer_ += 16;
|
||||
}
|
||||
} else {
|
||||
video_address_ += size_t(final_pixel_word - first_word);
|
||||
}
|
||||
|
||||
if(final_pixel_word == 32) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user