mirror of https://github.com/stella-emu/stella.git
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:
parent
86372a5fa4
commit
f14d47f042
|
@ -40,6 +40,10 @@
|
||||||
a multi-file archive before using each ROM. Thanks go to Roland
|
a multi-file archive before using each ROM. Thanks go to Roland
|
||||||
Schabenberger (webOS maintainer) for this idea and sample code.
|
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
|
* Replaced commandline argument 'uselauncher' with 'exitlauncher'. The
|
||||||
new option specifies the behaviour of the ROM launcher when exiting
|
new option specifies the behaviour of the ROM launcher when exiting
|
||||||
a ROM (always exit to launcher, or only when the launcher was actually
|
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
|
- 'Astroblast' ROMs now use the paddles by default
|
||||||
|
|
||||||
* Changed key-combo for enabling TIA objects and collisions to be
|
* Changed key-combo for enabling TIA objects and collisions to be
|
||||||
toggled on and off with the Alt-period and Shift-Alt-period (instead
|
toggled on and off with the Alt-period and Shift-Alt-period
|
||||||
of having two separate keys to turn them on and off).
|
respectively (instead of having two separate keys to turn them on
|
||||||
|
and off).
|
||||||
|
|
||||||
* Updated included PNG library to latest stable version.
|
* Updated included PNG library to latest stable version.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue