summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-08-04 00:19:36 -0700
committerMichael Pavone <pavone@retrodev.com>2016-08-04 00:19:36 -0700
commit875e9c306d2dd1208ab78cf07b0e5c21e5e1e7e3 (patch)
tree98fb74d76a8e129157ef6404f90b1b1e921f8a6a
parentd8101bba897c3faeb7cf33ace7d2471b7106c406 (diff)
Updated changelog
-rw-r--r--CHANGELOG34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a88a2e8..1839163 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,37 @@
+0.4.1
+-----
+*New Features*
+
+ - Basic support for the Saturn Keyboard adapter peripheral
+ - You can now navigate up to a drive selection on Windows
+ - Added support for binding more "special" keys
+
+*Bugfixes*
+
+ - It's now possible to navigate to the root directory on Unix-like systems
+ - Fixed a bug in movep.l
+ - Fixed a crash bug in the memory management code
+ - Fixed a bug in the header parsing code, that caused a crash when the "International Name" field was empty
+ - Fixed some minor graphical corruption in Sonic 2 split-screen caused by a bug in vflip combined with interlace mode
+ - Corrected the PC value pushed onto the stack for line A emulator and line F emulator traps
+ - 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
+
+*Accuracy/Completeness Improvements*
+
+ - All Z80 instructions are now implemented
+ - Z80 Half-carry flag is now fully implemented
+ - Implemented undocumented Z80 flag bits
+ - R register is now incremented appropriately
+ - Redundant opcode prefixes are now handled properly
+
+*Other Changes*
+
+ - Added Buck Rogers to the ROM DB
+ - Added Wonder Boy in Monster World to the ROM DB (for real this time)
+ - Slightly better handling of directory read errors
+ - Added "Special Thanks" to About menu
+ - Use local app data folder for saves and config files on Windows rather than Unix-style locations
+
0.4.0
-----
*New Features*