comparison CHANGELOG @ 1692:5dacaef602a7 segacd

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 05 Jan 2019 00:58:08 -0800
parents 357b4951d9b2
children 8aeac7bd9fa7
comparison
equal deleted inserted replaced
1504:95b3a1a8b26c 1692:5dacaef602a7
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
11 0.6.0
12 -----
13 *New Features*
14
15 - New Nuklear UI with almost complete access to configuration options
16 - Added support for creating SDL2 mappings from inside the emulator
17 - Loading ROMs from ZIP archives is now supported
18 - Loading gzip compressed ROMs is now supported
19 - Internal screenshots can now be in PNG format
20 - New VDP plane debug view
21 - VDP debug views are now in separate windows
22 - Experimental support for sync to video (not enabled by default)
23 - Preliminary support for MegaWifi cart emulation
24
25 *Bugfixes*
26
27 - Fixed a number of 68K decoder bugs (mostly illegal instruction decoding)
28 - Fixed implementation of the UNLK instruction when register is a7
29 - Fixed a number of memory leaks
30
31 *Accuracy/Completeness Improvements*
32
33 - Added support for J-Cart emulation
34 - Implemented Z80 interrupt mode 2
35 - Fixed the timing of a number of 68K instructions
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)
44
1 0.5.1 45 0.5.1
2 ----- 46 -----
3 *New Features* 47 *New Features*
4 48
5 - Drag and Drop is now supported for loading ROMs 49 - Drag and Drop is now supported for loading ROMs