From ef4b2f963dd2ffc7e8d48ca5f273428c14e93dcf Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 5 Jun 2017 23:52:56 -0400 Subject: [PATCH] Probably more-or-less corrected. But this is all a bit too interdependent. --- Machines/ZX8081/ZX8081.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/ZX8081/ZX8081.cpp b/Machines/ZX8081/ZX8081.cpp index e395d3217..55bbe1141 100644 --- a/Machines/ZX8081/ZX8081.cpp +++ b/Machines/ZX8081/ZX8081.cpp @@ -167,6 +167,7 @@ void Machine::output_byte(uint8_t byte) { } } else { output_level(cycles_since_display_update_); + cycles_since_display_update_ = 0; } if(!line_data_) {