changeset 810:1f75614d7be8

Fixed an ommission in the CHANGELOG added basic description of extra utilities to README
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 19:45:44 -0700
parents 1af7d1cdcc66
children b1a09ef90755
files CHANGELOG README
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun Jul 26 19:38:39 2015 -0700
+++ b/CHANGELOG	Sun Jul 26 19:45:44 2015 -0700
@@ -9,6 +9,10 @@
 *Bugfixes*
 
  - GDB remote debugging works again
+ 
+*Other Changes*
+
+ - Windows build now includes the disassemblers, VGM player and save state viewer
 
 0.3.0
 -----
--- a/README	Sun Jul 26 19:38:39 2015 -0700
+++ b/README	Sun Jul 26 19:45:44 2015 -0700
@@ -125,6 +125,17 @@
 
 Trace points and watch points are not currently supported.
 
+Included Tools
+--------------
+
+BlastEm ships with a few small utilities that leverage portions of the emulator
+code.
+	
+	dis       - 68K disassembler
+	zdis      - Z80 disassembler
+	vgmplay   - Very basic VGM player
+	stateview - GST save state viewer
+
 License
 -------