From 148545bbf89ee69298e1215e295e691bb0dd3089 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Thu, 18 Jun 2020 12:06:29 -0230 Subject: [PATCH] Updated changelog, and bumped state number for recent changes in M6532 class. --- Changes.txt | 24 +++++++++++++++--------- src/common/StateManager.hxx | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Changes.txt b/Changes.txt index 6178d2d3e..490d98b82 100644 --- a/Changes.txt +++ b/Changes.txt @@ -16,15 +16,10 @@ * Fixed Pitfall II ROM not working correctly. - * A ROM properties file may now be placed next to the ROM (with the same - name as the ROM, except ending in .pro), and Stella will automatically - apply the properties to the ROM. [NOTE: this was present in 6.2, but - was mistakenly left out of the changelog] + * Fixed crashes when using some combinations of bankswitching schemes on + incorrect ROMs, or when using invalid ROM file sizes, etc. - * Make NTSC custom phase shift not affect Yellow anymore. - - * Allow changing custom palette and TV effects adjustables in 1% steps - again. + * Fixed RIOT timer behaviour on reading/writing at the wraparound cycle. * Fixed incorrectly setting D6 bit on TIA reads in some cases. Related to this, improve 'tiadriven' option to randomize only D5..D0 bits. @@ -35,7 +30,18 @@ * Fixed custom palette and TV effects adjustable slider rounding issue. - * Fixed crash in Audio & Video dialog when opened from debugger. + * Fixed crash in Audio & Video dialog when opened from debugger, and the + debugger window sometimes being resized when using the Options dialog. + + * Make NTSC custom phase shift not affect Yellow anymore. + + * A ROM properties file may now be placed next to the ROM (with the same + name as the ROM, except ending in .pro), and Stella will automatically + apply the properties to the ROM. [NOTE: this was present in 6.2, but + was mistakenly left out of the changelog] + + * Allow changing custom palette and TV effects adjustables in 1% steps + again. * Updated documentation for changes in ROM properties key names. diff --git a/src/common/StateManager.hxx b/src/common/StateManager.hxx index a69a48cd5..83f3d7acc 100644 --- a/src/common/StateManager.hxx +++ b/src/common/StateManager.hxx @@ -18,7 +18,7 @@ #ifndef STATE_MANAGER_HXX #define STATE_MANAGER_HXX -#define STATE_HEADER "06020000state" +#define STATE_HEADER "06020090state" class OSystem; class RewindManager;