From 60912d6f384fed30c3435f2ec786e1634d153851 Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 27 May 2012 13:18:24 +0000 Subject: [PATCH] Updated changelog for debugger bugfixes. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2503 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Changes.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes.txt b/Changes.txt index d418b91a1..a5f5a3abd 100644 --- a/Changes.txt +++ b/Changes.txt @@ -40,9 +40,13 @@ a multi-file archive before using each ROM. Thanks go to Roland Schabenberger (webOS maintainer) for this idea and sample code. - * Fixed bug in disassembly of zero-page code; addresses no longer have - their high-byte truncated, and system equates (TIA and I/O registers) - are now properly marked as such. + * Fixed several bugs in debugger disassembly: + - Zero-page code addresses no longer have their high-byte + truncated, and system equates (TIA and I/O registers) are now + properly marked as such. + - The Distella '-r' option (Relocate calls out of address range) + is no longer the default, resulting in output more consistent + with normal usage of Distella. * Fixed bug in EFSC bankswitch scheme state saving; the Superchip RAM wasn't actually being loaded and saved to state files.