comparison CHANGELOG @ 1812:8aeac7bd9fa7 v0.6.2

Update version number, special thanks, CHANGELOG and README in preparation for possible 0.6.2 release
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Mar 2019 23:34:53 -0700
parents 357b4951d9b2
children
comparison
equal deleted inserted replaced
1811:af14c21939f6 1812:8aeac7bd9fa7
1 0.6.2
2 -----
3 *New Features*
4
5 - Zipped and gzipped SMD ROMs are now supported
6 - Gain control for overall volume and FM/PSG invidually
7
8 *Accuracy/Completeness Improvements*
9
10 - Fixed timing of a few instructions in Z80 core
11 - Added optional emulation of YM2612 imperfections (aka "ladder effect")
12 - Fixed some unintentional extra precision in some FM LFO calculations
13 - Added a 1 sample delay in some FM operator results when used as modulators to match hardware
14
15 *Bugfixes*
16
17 - Fixed regression in NBA JAM TE and possibly other 32MBit Acclaim mapper titles
18 - Added code to handle controllers that have their d-pads mapped as buttons or axes
19 - Removed some problematic SDL2 game controller mappings
20 - Fixed crash that occurred when releasing mouse too clickly when loading a ROM
21 - Fixed SMD ROM support
22 - Fixed handling of audio contexts with more or less than 2 channels
23 - Fixed off-by-one error in IO device selection UI
24 - Fixed regression in GDB remote debugging support on Linux and OS X
25
26 *Other Changes*
27
28 - MegaWiFi hardware can now be enabled by a header string (still gated by config)
29 - Tweaked the style of checkboxes in the Nuklear UI to hopefully make the on/off state more clear
30
1 0.6.1 31 0.6.1
2 ----- 32 -----
3 *Bugfixes* 33 *Bugfixes*
4 34
5 - Fixed build script so controller images are actually included so UI doesn't crash 35 - Fixed build script so controller images are actually included so UI doesn't crash
38 68
39 *Other Changes* 69 *Other Changes*
40 - Added support for Open GL ES in addition to the existing desktop GL support 70 - Added support for Open GL ES in addition to the existing desktop GL support
41 - Some small optimizations 71 - Some small optimizations
42 - Added ROM DB entry for Squirrel King to support it's copy protection 72 - Added ROM DB entry for Squirrel King to support it's copy protection
43 - Added support for float32 audio output (fixes an issue with defautl SDL2 driver in Windows when using more recent SDL2 versions) 73 - Added support for float32 audio output (fixes an issue with default SDL2 driver in Windows when using more recent SDL2 versions)
44 74
45 0.5.1 75 0.5.1
46 ----- 76 -----
47 *New Features* 77 *New Features*
48 78