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_;