[net.sources] 7 bit, even parity for MacTEP

dlc@lanl-a.UUCP (05/27/84)

George Brett from North Carolina put a faster and more capable version of
MacTEP on net.sources than the earlier ar.info-mac version.  I posted
changes for 7 bit, even parity to info-mac for the earlier version, and
this is similar for the net.sources (Fri May 25 06:26:39 MDT ??) version,
although it was much easier to do with this version.
	Dale Carstensen, (505)667-0849, dlc@lanl-a, lanl-a!dlc, denelcor!dcarst

2205 PARDB = PARNONE + DB8
5061 PRINT "Hit <space bar> for 7E, <return> for 8N."
5062 C$ = INKEY$: IF C$ = "" THEN GOTO 5062
5063 IF (C$ <> " ") AND (C$ <> CHR$(13)) THEN GOTO 5062
5064 IF C$ = " " THEN PARDB = PAREVEN + DB7
5110 PARAMLIST(28\2)=SB1+PARDB+TC
5170 PARAMLIST(28\2)=SB1+PARDB+TC