1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00

Withdraws optimisation, for further testing in the future.

This commit is contained in:
Thomas Harte 2019-07-25 10:33:38 -04:00
parent 1672dc5946
commit 109d5d16bd

View File

@ -319,7 +319,7 @@ template <Analyser::Static::Macintosh::Target::Model model> 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_;