diff --git a/Machines/Apple/AppleIIgs/AppleIIgs.cpp b/Machines/Apple/AppleIIgs/AppleIIgs.cpp index a44435c24..348520879 100644 --- a/Machines/Apple/AppleIIgs/AppleIIgs.cpp +++ b/Machines/Apple/AppleIIgs/AppleIIgs.cpp @@ -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(); }