mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-27 16:31:31 +00:00
Probably more-or-less corrected. But this is all a bit too interdependent.
This commit is contained in:
parent
97f3ff03b6
commit
ef4b2f963d
@ -167,6 +167,7 @@ void Machine::output_byte(uint8_t byte) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
output_level(cycles_since_display_update_);
|
output_level(cycles_since_display_update_);
|
||||||
|
cycles_since_display_update_ = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!line_data_) {
|
if(!line_data_) {
|
||||||
|
Loading…
Reference in New Issue
Block a user