1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00

Minor: ensures no possibility of a dangling(-ish) pointer within the Mac video.

This commit is contained in:
Thomas Harte 2020-09-10 22:13:19 -04:00
parent e32ae6c191
commit e113780fd1

View File

@ -119,6 +119,7 @@ void Video::run_for(HalfCycles duration) {
if(final_pixel_word == 32) {
crt_.output_data(512);
pixel_buffer_ = nullptr;
}
}