Skip to content

Commit 836c10b

Browse files
committed
Added the new terminal characteristics bits from RSX280.
1 parent 3515675 commit 836c10b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dcb.inc

+8
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ TC.SMR equ 5 ; uppercase conversion on input disabled
7171
TC.NBR equ 6 ; not receiving broadcast messages
7272
TC.ANS equ 7 ; ANSI terminal
7373

74+
; Additional Terminal characteristics codes, not present in U.CW
75+
76+
TC.SPD equ 8 ; serial speed, if supported
77+
TC.PAR equ 9 ; parity, if supported (0=none, 1=odd, 3=even)
78+
TC.BPC equ 10 ; bits per character, if supported
79+
TC.STP equ 11 ; stop bits, if supported
80+
TC.FLC equ 12 ; flow control type, if supported
81+
7482
; Status Control Block, one per controller (statically allocated)
7583

7684
S.ST equ 0 ; controller status (1 byte)

0 commit comments

Comments
 (0)