summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2018-12-31 23:09:14 -0800
committerMike Pavone <pavone@retrodev.com>2018-12-31 23:09:14 -0800
commit808d21eeef6e32501bad46c03e77af1d707c9ffc (patch)
treec2580129e8d0487f0369f99f4933b19b3e2a8bd8
parentd0d1baccfb45cb60bea8fa35ff4f02fb86fa0727 (diff)
Updated CHANGELOG
-rw-r--r--CHANGELOG26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9ebe478..4262317 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,29 @@
+0.6.0
+-----
+*New Features*
+
+ - New Nuklear UI with almost complete access to configuration options
+ - Added support for creating SDL2 mappings from inside the emulator
+ - Loading ROMs from ZIP archives is now supported
+ - Loading gzip compressed ROMs is now supported
+ - Internal screenshots can now be in PNG format
+ - New VDP plane debug view
+ - VDP debug views are now in separate windows
+ - Experimental support for sync to video (not enabled by default)
+ - Preliminary support for MegaWifi cart emulation
+
+*Bugfixes*
+
+ - Fixed a number of 68K decoder bugs (mostly illegal instruction decoding)
+ - Fixed a number of memory leaks
+
+ *Accuracy/Completeness Improvements*
+
+ - Added support for J-Cart emulation
+ - Implemented Z80 interrupt mode 2
+ - Fixed the timing of a number of 68K instructions
+ - Fixed the timing of the Z80 JP cc, nn instruction
+
0.5.1
-----
*New Features*