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