From 12526783f8a617890482f951d3f1148bd752e497 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 6 Mar 2017 19:12:10 -0330 Subject: [PATCH] Updated changelog for latest bugfix. --- Changes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes.txt b/Changes.txt index 7cd4cffb1..b117a1808 100644 --- a/Changes.txt +++ b/Changes.txt @@ -41,6 +41,10 @@ the first time entering the debugger and starting to trace, the image was blanked out (black) instead of being drawn in greyscale. + * Fixed crash with zipped ROMs that are less than 4K in size; so far + this bug has only ever occurred in Windows XP, but it's been there + since Stella 4.1. + * 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 @@ -58,7 +62,7 @@ - The preferences file has changed from 'net.sourceforge.Stella.plist' to 'Stella-emu.plist'. To keep your old settings, run the following - command from the terminal: + commands from the terminal: cd ~/Library/Preferences mv net.sourceforge.Stella.plist Stella-emu.plist