comparison CHANGELOG @ 1675:357b4951d9b2 v0.6.1

Updated version number and CHANGELOG for possible 0.6.1 release
author Michael Pavone <pavone@retrodev.com>
date Thu, 03 Jan 2019 23:44:17 -0800
parents c35691d63640
children 8aeac7bd9fa7
comparison
equal deleted inserted replaced
1674:c362f2c7766a 1675:357b4951d9b2
1 0.6.1
2 -----
3 *Bugfixes*
4
5 - Fixed build script so controller images are actually included so UI doesn't crash
6 - Disabled most bindings when UI active (fixes crashes/wonkiness when pressing certain keys)
7 - Fixed Windows implementation of get_config_dir() so config file ends up in %localappdata%\blastem like it should
8 - Fixed the location of sticky_path on all platforms
9 - Added virtual root directory used by ROM UI to new Nuklear UI
10
1 0.6.0 11 0.6.0
2 ----- 12 -----
3 *New Features* 13 *New Features*
4 14
5 - New Nuklear UI with almost complete access to configuration options 15 - New Nuklear UI with almost complete access to configuration options
13 - Preliminary support for MegaWifi cart emulation 23 - Preliminary support for MegaWifi cart emulation
14 24
15 *Bugfixes* 25 *Bugfixes*
16 26
17 - Fixed a number of 68K decoder bugs (mostly illegal instruction decoding) 27 - Fixed a number of 68K decoder bugs (mostly illegal instruction decoding)
28 - Fixed implementation of the UNLK instruction when register is a7
18 - Fixed a number of memory leaks 29 - Fixed a number of memory leaks
19 30
20 *Accuracy/Completeness Improvements* 31 *Accuracy/Completeness Improvements*
21 32
22 - Added support for J-Cart emulation 33 - Added support for J-Cart emulation
23 - Implemented Z80 interrupt mode 2 34 - Implemented Z80 interrupt mode 2
24 - Fixed the timing of a number of 68K instructions 35 - Fixed the timing of a number of 68K instructions
25 - Fixed the timing of the Z80 JP cc, nn instruction 36 - Fixed the timing of the Z80 JP cc, nn instruction
37 - Fixed the order bytes of a word are written to VRAM from the FIFO (fixes minor corruption in Road Rash 3 bike menu)
38
39 *Other Changes*
40 - Added support for Open GL ES in addition to the existing desktop GL support
41 - Some small optimizations
42 - 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)
26 44
27 0.5.1 45 0.5.1
28 ----- 46 -----
29 *New Features* 47 *New Features*
30 48