summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------