Mercurial > hg > Members > kono > nitros9-code
changeset 1474:cfd326948cbc
Modified to accomodate new sio.asm
author | boisy |
---|---|
date | Mon, 15 Dec 2003 15:10:42 +0000 |
parents | 1a540a1ebf66 |
children | bc58ae73351e |
files | level1/modules/makefile level1/modules/t1_bbt.asm level1/modules/term_t1.asm |
diffstat | 3 files changed, 14 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/makefile Mon Dec 15 15:09:41 2003 +0000 +++ b/level1/modules/makefile Mon Dec 15 15:10:42 2003 +0000 @@ -29,7 +29,7 @@ h0_15.dd h1_15.dd h0_35.dd h1_35.dd SCF = scf.mn \ - sacia.dr dacia.dr nildrv.dr printer.dr rs232.dr sspak.dr ccio.dr \ + sacia.dr dacia.dr nildrv.dr printer.dr sio.dr sspak.dr ccio.dr \ co32.io co80.io grfo.io \ nil.dd p.dd pipe.dd ssp.dd \ term_t1.dd t1.dd t2_sacia.dd t3_sacia.dd t2_dacia.dd t3_dacia.dd \
--- a/level1/modules/t1_bbt.asm Mon Dec 15 15:09:41 2003 +0000 +++ b/level1/modules/t1_bbt.asm Mon Dec 15 15:10:42 2003 +0000 @@ -3,9 +3,9 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* From Tandy OS-9 Level One VR 02.00.00 nam T1 ttl CoCo serial device descriptor @@ -14,7 +14,6 @@ ifp1 use defsfile - use scfdefs endc tylg set Devic+Objct @@ -23,9 +22,9 @@ mod eom,name,tylg,atrv,mgrnam,drvnam - fcb READ.+WRITE. mode byte + fcb UPDAT. fcb HW.Page extended controller address - fdb $0000 physical controller address + fdb $FF20 physical controller address fcb initsize-*-1 initilization table size fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf fcb $00 case:0=up&lower,1=upper only @@ -47,8 +46,12 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb PARNONE init value for dev ctl reg - fcb B300+WORD8+STOP1 baud rate + fcb WORD8+PARNONE+STOP1 init value for dev ctl reg + IFGT Level- + fcb B2400 baud rate + ELSE + fcb B300 baud rate + ENDC fdb name copy of descriptor name address fcb $00 acia xon char fcb $00 acia xoff char @@ -58,7 +61,7 @@ name fcs /T1/ mgrnam fcs /SCF/ -drvnam fcs /RS232/ +drvnam fcs /SIO/ emod eom equ *
--- a/level1/modules/term_t1.asm Mon Dec 15 15:09:41 2003 +0000 +++ b/level1/modules/term_t1.asm Mon Dec 15 15:10:42 2003 +0000 @@ -23,7 +23,7 @@ mod eom,name,tylg,atrv,mgrnam,drvnam - fcb READ.+WRITE. mode byte + fcb UPDAT. fcb HW.Page extended controller address fdb $0000 physical controller address fcb initsize-*-1 initilization table size @@ -58,7 +58,7 @@ name fcs /TERM/ mgrnam fcs /SCF/ -drvnam fcs /RS232/ +drvnam fcs /SIO/ emod eom equ *