From 109d5d16bd451546e3d7835bf74d3328beb363d3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 25 Jul 2019 10:33:38 -0400 Subject: [PATCH] Withdraws optimisation, for further testing in the future. --- Machines/Apple/Macintosh/Macintosh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Apple/Macintosh/Macintosh.cpp b/Machines/Apple/Macintosh/Macintosh.cpp index d145e8280..7b9958ca3 100644 --- a/Machines/Apple/Macintosh/Macintosh.cpp +++ b/Machines/Apple/Macintosh/Macintosh.cpp @@ -319,7 +319,7 @@ template class ConcreteMachin // It embodies knowledge of the fact that video (and audio) will always // be fetched from the final $d900 bytes (i.e. $6c80 words) of memory. // (And that ram_mask_ = ram size - 1). - if(word_address > ram_mask_ - 0x6c80) +// if(word_address > ram_mask_ - 0x6c80) update_video(); } else { memory_base = rom_;