Skip to content

Commit

Permalink
Clarify CIO Parity Settings, Issue #488
Browse files Browse the repository at this point in the history
- Updated System Guide to clarify the function of the parity settings per Issue #488
  • Loading branch information
wwarthen committed Jan 6, 2025
1 parent 4e716c6 commit b02aecb
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
Binary file modified Doc/RomWBW Applications.pdf
Binary file not shown.
Binary file modified Doc/RomWBW Disk Catalog.pdf
Binary file not shown.
Binary file modified Doc/RomWBW Errata.pdf
Binary file not shown.
Binary file modified Doc/RomWBW System Guide.pdf
Binary file not shown.
Binary file modified Doc/RomWBW User Guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**RomWBW ReadMe** \
Version 3.5 \
Wayne Warthen ([[email protected]](mailto:[email protected])) \
31 Dec 2024
05 Jan 2025

# Overview

Expand Down
2 changes: 1 addition & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RomWBW ReadMe
Wayne Warthen ([email protected])
31 Dec 2024
05 Jan 2025



Expand Down
24 changes: 12 additions & 12 deletions Source/Doc/SystemGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,18 +775,18 @@ Character devices can usually be configured with line characteristics
such as speed, framing, etc. A word value (16 bit) is used to describe
the line characteristics as indicated below:

| **Bits** | **Characteristic** |
|---------:|----------------------------------------|
| 15-14 | Reserved (set to 0) |
| 13 | RTS |
| 12-8 | Baud Rate (see below) |
| 7 | DTR |
| 6 | XON/XOFF Flow Control |
| 5 | Stick Parity (set for true) |
| 4 | Even Parity (set for true) |
| 3 | Parity Enable (set for true) |
| 2 | Stop Bits (set for true) |
| 1-0 | Data Bits (5-8 encoded as 0-3) |
| **Bits** | **Characteristic** |
|---------:|------------------------------------------------------------|
| 15-14 | Reserved (set to 0) |
| 13 | RTS |
| 12-8 | Baud Rate (see below) |
| 7 | DTR |
| 6 | XON/XOFF Flow Control |
| 5 | 1 = Stick Parity(Mark/Space), 0 = Normal Parity (odd/even) |
| 4 | 1 = Even/Space, 0 = Odd/Mark |
| 3 | Parity Enable (set for true) |
| 2 | Stop Bits (set for true) |
| 1-0 | Data Bits (5-8 encoded as 0-3) |

The 5-bit Baud Rate value (V) is encoded as V = 75 * 2^X * 3^Y. The
bits are defined as YXXXX.
Expand Down
6 changes: 3 additions & 3 deletions Source/HBIOS/Makefile.new
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ FONTS += font8x8c.asm font8x8u.asm fontcgac.asm fontcgau.asm
FONTS += fontvgarcc.asm fontvgarcu.asm

define BUILD_COMPONENT
cp $(*F).build.inc build.inc
$(TASM) $(TASMFLAGS) $1 $< $@ $(@:.bin=.lst)
rm build.inc
cp $(*F).build.inc build.inc
$(TASM) $(TASMFLAGS) $1 $< $@ $(@:.bin=.lst)
rm build.inc
endef

SHELL=/bin/bash
Expand Down

0 comments on commit b02aecb

Please sign in to comment.