From 79bb0f822287d0cc8bb8f726c21c79338e1a95d6 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 26 Jan 2020 11:36:06 -0500 Subject: [PATCH] Updates comment. --- Machines/Apple/Macintosh/Macintosh.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Machines/Apple/Macintosh/Macintosh.cpp b/Machines/Apple/Macintosh/Macintosh.cpp index 75e57e65e..19d019ca4 100644 --- a/Machines/Apple/Macintosh/Macintosh.cpp +++ b/Machines/Apple/Macintosh/Macintosh.cpp @@ -399,7 +399,8 @@ template class ConcreteMachin via_.flush(); audio_.queue.perform(); - // Experimental? + // This avoids deferring IWM costs indefinitely, until + // they become artbitrarily large. iwm_.flush(); }