Updated Changelog for ZP-RAM fixes.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2486 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2012-05-19 19:34:40 +00:00
parent 86372a5fa4
commit f14d47f042
1 changed files with 7 additions and 2 deletions

View File

@ -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.