X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/c57d3e56328e8205c97c2b41426aa35ba1a990ec..96bd5390000735279ebf011dbcd4a5a7448c66bf:/docs/vj_HistoryNotes.txt diff --git a/docs/vj_HistoryNotes.txt b/docs/vj_HistoryNotes.txt index ba62d4b..16a719b 100644 --- a/docs/vj_HistoryNotes.txt +++ b/docs/vj_HistoryNotes.txt @@ -74,8 +74,7 @@ Git commit: TBD -- Used mostly to allow display the source assembled with vasm 39) Added function name support from ELF structure 40) Added the return address information in the call stack -41) Added multiple breakpoints feature and their key bindings --- For functions only +41) Added multiple breakpoints feature, and their key bindings, for functions only 42) Added timer initialisation for the SDL setup 43) Added a cartdridge view menu -- Added a window to display my own directory and his files list @@ -84,6 +83,11 @@ Git commit: TBD 46) Fix crash with potential missing DWARF structure tag's type name 47) Added ELF sections check so a potential unknown section will stop, or not stop, the decoding 48) Project has switched to QT 5.12.0 library 64bits for VS 2017 +49) Added a Save Dump As... feature to save a memory zone to a file +50) The -d command line option, dedicated to the debugger, has been renamed to avoid duplication with the dsp one +-- -d has been renamed by -D because another -d was also used for the dsp command line option +51) Removed the sorting filter in the all watches window +52) Fix the support of the DRAM size limit option in the heap allocation window Release 3 (13th November 2017) ------------------------------