1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-27 01:31:42 +00:00

Probably more-or-less corrected. But this is all a bit too interdependent.

This commit is contained in:
Thomas Harte 2017-06-05 23:52:56 -04:00
parent 97f3ff03b6
commit ef4b2f963d

View File

@ -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_) {