summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-26 19:45:44 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-26 19:45:44 -0700
commit32d5f0e06d6c8be329395ec27225a637e59f3d9b (patch)
treebdd51b9e62fd9cbb2962d04f2a574b1162a2cfce
parente045d0d45c305fbe6aeb08c35e63e4ac541a6831 (diff)
Fixed an ommission in the CHANGELOG added basic description of extra utilities to README
-rw-r--r--CHANGELOG4
-rw-r--r--README11
2 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3021886..b107e1a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
-----
diff --git a/README b/README
index 4177904..c772ac5 100644
--- a/README
+++ b/README
@@ -125,6 +125,17 @@ and type:
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
-------