From 8517fbcf656ec7f6d4ee21a69afe8d6491ffeee3 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Wed, 7 May 2014 23:26:23 -0700 Subject: [PATCH] Add changelog entry for 1836596afc4651cd201ceb392b321161f641d7a1 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b6ff02e..273a05f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ 0.20-dev (Next Release) + - Page wrapping for indexed indirect (X) operations on 65C02 has been + restored. This reverts the change introduced in 0.18. We now believe + that this mode works the same on the 65C02 as it does on the 6502. + 0.19 (2014-03-12) - Fixed 65C02 opcode $D2: CMP Zero Page, Indirect.