1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 17:16:44 +00:00

Eliminate runtime switch.

This commit is contained in:
Thomas Harte
2023-11-27 14:57:41 -05:00
parent 5c7f94d2ef
commit 032eeb4757
4 changed files with 42 additions and 27 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ class ConcreteMachine:
length -= video_.cycles_until_implicit_flush();
video_ += video_.cycles_until_implicit_flush();
mfp_->set_timer_event_input(1, video_->display_enabled());
mfp_->set_timer_event_input<1>(video_->display_enabled());
update_interrupt_input();
}