mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Minor: ensures no possibility of a dangling(-ish) pointer within the Mac video.
This commit is contained in:
parent
e32ae6c191
commit
e113780fd1
@ -119,6 +119,7 @@ void Video::run_for(HalfCycles duration) {
|
||||
|
||||
if(final_pixel_word == 32) {
|
||||
crt_.output_data(512);
|
||||
pixel_buffer_ = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user