Mercurial > hg > Members > kono > nitros9-code
diff defs/scfdefs @ 1208:cfc38fcd72d7
modpak removed from Makefile for L2/NL2
author | boisy |
---|---|
date | Wed, 04 Jun 2003 20:52:06 +0000 |
parents | 0a678473d5cf |
children | 8d4b5ee1cee4 |
line wrap: on
line diff
--- a/defs/scfdefs Wed Jun 04 20:44:52 2003 +0000 +++ b/defs/scfdefs Wed Jun 04 20:52:06 2003 +0000 @@ -211,6 +211,15 @@ * PD.PAR definitions * +* Parity +PARNONE equ %00000000 +PARODD equ %00100000 +PAREVEN equ %01100000 +PARMARK equ %10100000 +PARSPACE equ %11100000 + +* PD.BAU definitions +* * Baud rate B110 equ 0 B300 equ 1 @@ -223,12 +232,6 @@ * Word size WORD8 equ %00000000 WORD7 equ %00100000 -* Parity -PARNONE equ %00000000 -PARODD equ %00100000 -PAREVEN equ %01100000 -PARMARK equ %10100000 -PARSPACE equ %11100000 * Stop bits STOP1 equ %00000000 STOP2 equ %00010000