comparison CHANGELOG @ 1065:a9de38e3bd20

Updated changelog
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Aug 2016 00:19:36 -0700
parents dba8c630bdbf
children 1ffa7891b4ec
comparison
equal deleted inserted replaced
1064:c58be8ac3b02 1065:a9de38e3bd20
1 0.4.1
2 -----
3 *New Features*
4
5 - Basic support for the Saturn Keyboard adapter peripheral
6 - You can now navigate up to a drive selection on Windows
7 - Added support for binding more "special" keys
8
9 *Bugfixes*
10
11 - It's now possible to navigate to the root directory on Unix-like systems
12 - Fixed a bug in movep.l
13 - Fixed a crash bug in the memory management code
14 - Fixed a bug in the header parsing code, that caused a crash when the "International Name" field was empty
15 - Fixed some minor graphical corruption in Sonic 2 split-screen caused by a bug in vflip combined with interlace mode
16 - Corrected the PC value pushed onto the stack for line A emulator and line F emulator traps
17 - Fixed a bug in ensure_dir_exists that would cause it to fail to create directories in some cases when mixed path separators were used
18
19 *Accuracy/Completeness Improvements*
20
21 - All Z80 instructions are now implemented
22 - Z80 Half-carry flag is now fully implemented
23 - Implemented undocumented Z80 flag bits
24 - R register is now incremented appropriately
25 - Redundant opcode prefixes are now handled properly
26
27 *Other Changes*
28
29 - Added Buck Rogers to the ROM DB
30 - Added Wonder Boy in Monster World to the ROM DB (for real this time)
31 - Slightly better handling of directory read errors
32 - Added "Special Thanks" to About menu
33 - Use local app data folder for saves and config files on Windows rather than Unix-style locations
34
1 0.4.0 35 0.4.0
2 ----- 36 -----
3 *New Features* 37 *New Features*
4 38
5 39