Support New Duodyne Boards

- Added support for Duodyne Multi-IO board
- Added support for Duodyne Zilog-IO board
- Added SUPCTS equate in hbios.asm to allow selectively adding code to suppress use of CTS during HBIOS boot
- Added reference in User Guide to Bruce Hall's Assembly Language Programming document
This commit is contained in:
Wayne Warthen
2023-10-15 17:53:35 -07:00
parent b175808a92
commit cbfbca8d92
15 changed files with 94 additions and 21 deletions

View File

@@ -3,5 +3,5 @@ rmn equ 4
rup equ 0
rtp equ 0
biosver macro
db "3.4.0-dev.9"
db "3.4.0-dev.10"
endm