From 3aa306be8eb85df26f17c801fb67797c94dd4618 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Wed, 1 Aug 2018 23:24:03 +0200 Subject: [PATCH 1/2] Changelog. --- Changes.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changes.txt b/Changes.txt index c6a103646..28ca1f011 100644 --- a/Changes.txt +++ b/Changes.txt @@ -14,6 +14,17 @@ 5.1.3 to 5.2: (MMM d, 2018) + * New cycle exact audio core based on work by Chris Brenner (crispy); greatly + improved audio emulation accuracy (i.e. E.T., Ms. Pacman) + + * Full rewrite of the audio subsystem; resample TIA output to target sample + rate directly in Stella + + * Threading: decouple emulation from frame rendering + + * Main loop rewritten; emulating speed and timing is now much more faithful + (i.e. speed in Pick'n'Pile) + * Extra functionality for Time Machine dialog (start/stop recording; minor fixes; TODO button and initial key repeats...) From c7f7c5deab3bbfc87c6a39dade1807cb72b604c6 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Wed, 1 Aug 2018 23:29:20 +0200 Subject: [PATCH 2/2] Some more changelog items. --- Changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.txt b/Changes.txt index 28ca1f011..05fc999be 100644 --- a/Changes.txt +++ b/Changes.txt @@ -25,6 +25,10 @@ * Main loop rewritten; emulating speed and timing is now much more faithful (i.e. speed in Pick'n'Pile) + * Audio settings replaced with new audio.xxx settings + + * FPS setting replaced with speed setting for adjusting emulation speed + * Extra functionality for Time Machine dialog (start/stop recording; minor fixes; TODO button and initial key repeats...)