# HG changeset patch # User Michael Pavone # Date 1437965144 25200 # Node ID 1f75614d7be8432b7c5fef44219cbde76e1ede73 # Parent 1af7d1cdcc6639d3129e15e3368a355f82fbc2c3 Fixed an ommission in the CHANGELOG added basic description of extra utilities to README diff -r 1af7d1cdcc66 -r 1f75614d7be8 CHANGELOG --- 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 ----- diff -r 1af7d1cdcc66 -r 1f75614d7be8 README --- 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 -------