From ecf15d617107dfa31a0b4670f4d663b3dca0a0fc Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Wed, 22 Jan 2014 13:50:06 -0800 Subject: [PATCH] Add changelog entry for page wrapping --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b442cf4..d87736c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -82,6 +82,9 @@ - Fixed long-standing bugs in relative branch calculations in the assembler and disassembler. Based on a patch by Ed Spittles. + - Zero page operations now have the correct page wrap around. + Patch by Martti Kühne. + 0.9 (2011-03-27) - Fixed two monitor tests that were broken under Windows. Thanks