Skip to content

Commit

Permalink
ready for V0.793
Browse files Browse the repository at this point in the history
  • Loading branch information
wfjm committed Jan 12, 2023
1 parent 3318f99 commit 8fc44a4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -28,9 +29,25 @@ The full set of tests is only run for tagged releases.

### Summary
### New features
### Changes

<!-- --------------------------------------------------------------------- -->
---
## <a id="w11a_v0.793">2023-01-12: [w11a_V0.793](https://github.com/wfjm/w11/releases/tag/w11a_V0.793) - rev 1350(wfjm)</a>

### 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
Expand Down
2 changes: 1 addition & 1 deletion tools/dox/w11_cpp.Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/dox/w11_vhd_all.Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fc44a4

Please sign in to comment.