From bf014c8e70a12ab8255c439608a6adc33a38319b Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 24 Feb 2017 20:39:34 -0330 Subject: [PATCH] Updated changelog, since it's getting to the point where I'm forgetting what has been changed. Left a TODO for the TIA stuff, since that will be an entire changelog in itself :) --- Changes.txt | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/Changes.txt b/Changes.txt index 23ea6c393..26c1696bd 100644 --- a/Changes.txt +++ b/Changes.txt @@ -14,6 +14,33 @@ 4.7.3 to 5.0: (xxx. xx, 2017) + * New TIA core: TODO - gather info on all new functionality: + - RSYNC + - YStart autodetection + - ... + + * Fixed bug with SaveKey and AtariVox not properly closing their memory + files before starting another instance of the same ROM, when the ROM + was opened in the ROM launcher. + + * Fixed trap'm' debugger commands when setting read TIA addresses; it + was only working for write addresses. + + * Mouse grabbing is now enabled in windowed mode only when the ROM is + using a virtual analog controller (paddles, trakball, etc). + + * Renamed various trakball-like controllers more accurately: AmigaMouse, + AtariMouse (previously CX80) and Trakball (previously CX22). Related + to this, reduced the resolution of the Trakball by half, to properly + match real hardware. + + * The stack pointer (SP) is now initialized to $FD instead of $FF, to + match research done in other 6502 projects. + + * Fixed bug in debugger tracing and displaying the partial TIA image; + the first time entering the debugger and starting to trace, the image + was blanked out (black) instead of being drawn in greyscale. + * For the Linux/UNIX port: - The settings directory now uses the XDG Base Directory Specification. In most cases, this means that your files will now be stored in @@ -34,7 +61,10 @@ cd ~/Library/Preferences mv net.sourceforge.Stella.plist Stella-emu.plist - * Updated included PNG and ZLIB libraries to latest stable version. + * Updated included PNG and ZLIB libraries to latest stable version. Also, + both libraries are now compiled into the app whenever one is selected + (in particular, this affects the OSX port, which no longer uses the + system-provided libpng). -Have fun!