1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Better explains concern.

This commit is contained in:
Thomas Harte 2020-11-14 19:27:20 -05:00
parent f9cec9a102
commit 1538a02e18

View File

@ -681,7 +681,7 @@ class ConcreteMachine:
cycles_since_audio_update_ += duration;
// Ensure no more than a single line is enqueued for just-in-time video purposes.
// TODO: as implemented, check_flush_threshold doesn't actually work. Can it be made to, or is it a bad idea?
// TODO: as implemented, check_flush_threshold doesn't actually work. Can it be made to without forcing cost to non-users, or is it a bad idea?
if(video_.check_flush_threshold<131>()) {
update_interrupts();
}