From f14d47f042fe0e076681f9fe3773b6e03e7a3f71 Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 19 May 2012 19:34:40 +0000 Subject: [PATCH] Updated Changelog for ZP-RAM fixes. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2486 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Changes.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index 262b6ef96..87ed1247a 100644 --- a/Changes.txt +++ b/Changes.txt @@ -40,6 +40,10 @@ 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. + * Replaced commandline argument 'uselauncher' with 'exitlauncher'. The new option specifies the behaviour of the ROM launcher when exiting a ROM (always exit to launcher, or only when the launcher was actually @@ -50,8 +54,9 @@ - 'Astroblast' ROMs now use the paddles by default * Changed key-combo for enabling TIA objects and collisions to be - toggled on and off with the Alt-period and Shift-Alt-period (instead - of having two separate keys to turn them on and off). + toggled on and off with the Alt-period and Shift-Alt-period + respectively (instead of having two separate keys to turn them on + and off). * Updated included PNG library to latest stable version.