tree a157b3bd4e88a1cbb7b3a92b1e44c67e71d49da3 parent f0f3176c782d808e8052e814e2880f7e22affaf2 author Eric Scharff 1421981936 -0500 committer Eric Scharff 1421981936 -0500 Fix off-by-one in reading cache address from memory Commit a9ac7c153 properly avoided writing past the end of cache_line, but in doing so introduced an error as to the first memory address that should be written. This fix avoids writing past the cache_line by simply reading the previous memory location. Fixes the CP/M 68K simulation example and issue #181