mirror of https://github.com/stella-emu/stella.git
Updated changelog for most recent changes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2086 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
6e3be6ea0d
commit
9089351412
12
Changes.txt
12
Changes.txt
|
@ -16,7 +16,8 @@
|
||||||
|
|
||||||
* NOTE: because of the many event-related changes in this release, all
|
* NOTE: because of the many event-related changes in this release, all
|
||||||
event mapping should be reset to defaults after starting Stella for
|
event mapping should be reset to defaults after starting Stella for
|
||||||
the first time.
|
the first time. As well, because of other internal changes, older
|
||||||
|
save-state files are no longer valid.
|
||||||
|
|
||||||
FIXME
|
FIXME
|
||||||
* Many improvements to joystick handling code, particularly for analog
|
* Many improvements to joystick handling code, particularly for analog
|
||||||
|
@ -36,7 +37,10 @@ FIXME
|
||||||
* Several improvements to the debugger. User labels are now supported
|
* Several improvements to the debugger. User labels are now supported
|
||||||
again, the debugger window can be resized between ROM loads
|
again, the debugger window can be resized between ROM loads
|
||||||
(previously, the app had to be restarted), and a vertical line
|
(previously, the app had to be restarted), and a vertical line
|
||||||
separates the diassembly from the raw bytes.
|
separates the disassembly from the raw bytes.
|
||||||
|
|
||||||
|
* Fixed behaviour of SWCHB and SWBCNT; the three unused bits can now be
|
||||||
|
configured as input or output. Some ROMs use this for extra storage.
|
||||||
|
|
||||||
* Added 'finishing touches' to some of the UI descriptions, giving a
|
* Added 'finishing touches' to some of the UI descriptions, giving a
|
||||||
better explanation of the functions. Related to this, certain
|
better explanation of the functions. Related to this, certain
|
||||||
|
@ -45,7 +49,9 @@ FIXME
|
||||||
|
|
||||||
* Fixed bugs in the ROM launcher when viewing certain PNG images not
|
* Fixed bugs in the ROM launcher when viewing certain PNG images not
|
||||||
created by Stella. Related to this, the official PNG library is now
|
created by Stella. Related to this, the official PNG library is now
|
||||||
included in the Stella codebase (version 1.4.3).
|
included in the Stella codebase (version 1.4.3). Related to this,
|
||||||
|
added composite snapshots for those ROMs which consist of several
|
||||||
|
games. Thanks go to Buzbard of AtariAge for these images.
|
||||||
|
|
||||||
* Fixed bug in Distella disassembler output, where it sometimes
|
* Fixed bug in Distella disassembler output, where it sometimes
|
||||||
generated addresses above $FFFF.
|
generated addresses above $FFFF.
|
||||||
|
|
Loading…
Reference in New Issue