From 2db841836bb3f7c979b90df57f74005eec6676b4 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 1 Nov 2020 15:19:50 -0330 Subject: [PATCH] Updated git commit ID for last commit before the 6.4 release (we hope). Changed changelog slightly, since Stella loads ROMs, not cartridges. --- Changes.txt | 4 ++-- src/common/Version.hxx | 2 +- src/gui/WhatsNewDialog.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes.txt b/Changes.txt index 40acf140a..60049604f 100644 --- a/Changes.txt +++ b/Changes.txt @@ -28,8 +28,8 @@ * Fixed bug with aspect correction and fullscreen mode; snapshots from such a mode are now pixel-exact. - * Fixed a bug that caused CDF cartridges to crash on the Retron77 and - reduced ARM emulation performance for CDF cartridges on other platforms. + * Fixed a bug that caused CDF ROMs to crash on the Retron77 and reduced + ARM emulation performance for CDF ROMs on other platforms. * Fixed crash with missing or incorrectly sized SaveKey data file, and with certain functions not working (erase pages, erase entire EEPROM). diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 2d54ff139..3106dd6c7 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -19,6 +19,6 @@ #define VERSION_HXX #define STELLA_VERSION "6.4" -#define STELLA_BUILD "6231" +#define STELLA_BUILD "6236" #endif diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index c15474e1e..825ed43fe 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -51,7 +51,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, const add(ypos, "added color parameters to 'Custom' palette"); add(ypos, "improved AtariVox-USB adaptor autodetection"); add(ypos, "fixed fullscreen mode, aspect correction and pixel-exact snapshots"); - add(ypos, "fixed reduced ARM emulation performance for CDF cartridges"); + add(ypos, "fixed reduced ARM emulation performance for CDF ROMs"); add(ypos, "fixed crash with SaveKey ROMs (EEPROM file issues)"); add(ypos, "fixed Atari mouse autodetection"); add(ypos, "fixed bug with launcher not remembering last selected ROM");