This commit is contained in:
thrust26 2018-08-02 22:44:38 +02:00
commit a0550e7c08
1 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,21 @@
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)
* 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...)