mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-20 14:29:11 +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) {
|
if(final_pixel_word == 32) {
|
||||||
crt_.output_data(512);
|
crt_.output_data(512);
|
||||||
|
pixel_buffer_ = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user