diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index ed6daf59..cc07c8ec 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,7 @@ ### Table of contents - Current [HEAD](#user-content-head) +- Release [w11a_V0.793](#user-content-w11a_v0.793) - Release [w11a_V0.792](#user-content-w11a_v0.792) - Release [w11a_V0.791](#user-content-w11a_v0.791) - Release [w11a_V0.79](#user-content-w11a_v0.79) @@ -28,9 +29,25 @@ The full set of tests is only run for tagged releases. ### Summary ### New features +### Changes + + +--- +## 2023-01-12: [w11a_V0.793](https://github.com/wfjm/w11/releases/tag/w11a_V0.793) - rev 1350(wfjm) + +### Summary +- all known w11a CPU core issues and fixable deficiencies resolved +- tcodes significantly expanded +- tbench expanded, covers all cases that need control port interaction +- [w11a differences](w11a_known_differences.md) re-organized and completed +- [SimH differences](simh_diff_summary.md) re-organized and completed +- tmu and tmuconv improvements +- gwstart added, improves working GHDL plus gtkwave +- xxdp run scripts added for w11a and SimH +- Doxygen support now for V1.9.5 +### New features - gwstart: gtkwave starter - tools/xxdp: add directory with xxdp setup and patch scripts - ### Changes - tools changes - tools/asm-11/lib/push_pop.mac: add push2 diff --git a/tools/dox/w11_cpp.Doxyfile b/tools/dox/w11_cpp.Doxyfile index 5dff8795..902a02fd 100644 --- a/tools/dox/w11_cpp.Doxyfile +++ b/tools/dox/w11_cpp.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - cpp" -PROJECT_NUMBER = 0.792 +PROJECT_NUMBER = 0.793 PROJECT_BRIEF = "Backend server for Rlink and w11" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/cpp diff --git a/tools/dox/w11_vhd_all.Doxyfile b/tools/dox/w11_vhd_all.Doxyfile index c35ba8b0..95365e3a 100644 --- a/tools/dox/w11_vhd_all.Doxyfile +++ b/tools/dox/w11_vhd_all.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - vhd" -PROJECT_NUMBER = 0.792 +PROJECT_NUMBER = 0.793 PROJECT_BRIEF = "W11 CPU core and support modules" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/vhd