Mercurial > hg > Members > kono > nitros9-code
changeset 1207:9f9a630667ae
Fixed incorrect placement of diffs
author | boisy |
---|---|
date | Wed, 04 Jun 2003 20:44:52 +0000 |
parents | d01f4e1b2fce |
children | cfc38fcd72d7 |
files | level2/modules/m1.asm level2/modules/m2.asm level2/modules/t2_dacia.asm level2/modules/t2_s16550.asm level2/modules/t2_sacia.asm level2/modules/t3_dacia.asm level2/modules/t3_sacia.asm |
diffstat | 7 files changed, 18 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/modules/m1.asm Tue Jun 03 20:27:38 2003 +0000 +++ b/level2/modules/m1.asm Wed Jun 04 20:44:52 2003 +0000 @@ -22,7 +22,7 @@ mod eom,name,tylg,atrv,mgrnam,drvnam fcb READ.+WRITE. mode byte - fcb $07 extended controller address + fcb HW.Page extended controller address fdb $FF6C physical controller address fcb initsize-*-1 initilization table size fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf @@ -45,8 +45,8 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb WORD8+PARNONE+STOP1 init value for dev ctl reg - fcb B300 baud rate + fcb PARNONE parity + fcb STOP1+WORD8+B300 stop bits/word size/baud rate fdb name copy of descriptor name address fcb C$XON acia xon char fcb C$XOFF acia xoff char @@ -56,7 +56,7 @@ name fcs /m1/ mgrnam fcs /SCF/ -drvnam fcs /AciaPak/ +drvnam fcs /SACIA/ emod eom equ *
--- a/level2/modules/m2.asm Tue Jun 03 20:27:38 2003 +0000 +++ b/level2/modules/m2.asm Wed Jun 04 20:44:52 2003 +0000 @@ -22,7 +22,7 @@ mod eom,name,tylg,atrv,mgrnam,drvnam fcb READ.+WRITE. mode byte - fcb $07 extended controller address + fcb HW.Page extended controller address fdb $FF6C physical controller address fcb initsize-*-1 initilization table size fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf @@ -45,8 +45,8 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb WORD8+PARNONE+STOP1 init value for dev ctl reg - fcb B300 baud rate + fcb PARNONE parity + fcb STOP1+WORD8+B300 stop bits/word size/baud rate fdb name copy of descriptor name address fcb C$XON acia xon char fcb C$XOFF acia xoff char @@ -56,7 +56,7 @@ name fcs /m2/ mgrnam fcs /SCF/ -drvnam fcs /ModPak/ +drvnam fcs /SACIA/ emod eom equ *
--- a/level2/modules/t2_dacia.asm Tue Jun 03 20:27:38 2003 +0000 +++ b/level2/modules/t2_dacia.asm Wed Jun 04 20:44:52 2003 +0000 @@ -45,8 +45,8 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb WORD8+PARNONE+STOP1 init value for dev ctl reg - fcb B9600 baud rate + fcb PARNONE parity + fcb STOP1+WORD8+B9600 stop bits/word size/baud rate fdb name copy of descriptor name address fcb C$XON acia xon char fcb C$XOFF acia xoff char
--- a/level2/modules/t2_s16550.asm Tue Jun 03 20:27:38 2003 +0000 +++ b/level2/modules/t2_s16550.asm Wed Jun 04 20:44:52 2003 +0000 @@ -45,8 +45,8 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb $02 init value for dev ctl reg - fcb B9600 baud rate + fcb PARNONE+$02 parity + fcb STOP1+WORD8+B9600 stop bits/word size/baud rate fdb name copy of descriptor name address fcb C$XON acia xon char fcb C$XOFF acia xoff char
--- a/level2/modules/t2_sacia.asm Tue Jun 03 20:27:38 2003 +0000 +++ b/level2/modules/t2_sacia.asm Wed Jun 04 20:44:52 2003 +0000 @@ -45,8 +45,8 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb WORD8+PARNONE+STOP1 init value for dev ctl reg - fcb B9600 baud rate + fcb PARNONE parity + fcb STOP1+WORD8+B9600 stop bits/word size/baud rate fdb name copy of descriptor name address fcb C$XON acia xon char fcb C$XOFF acia xoff char
--- a/level2/modules/t3_dacia.asm Tue Jun 03 20:27:38 2003 +0000 +++ b/level2/modules/t3_dacia.asm Wed Jun 04 20:44:52 2003 +0000 @@ -45,8 +45,8 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb WORD8+PARNONE+STOP1 init value for dev ctl reg - fcb B9600 baud rate + fcb PARNONE parity + fcb STOP1+WORD8+B9600 stop bits/word size/baud rate fdb name copy of descriptor name address fcb C$XON acia xon char fcb C$XOFF acia xoff char
--- a/level2/modules/t3_sacia.asm Tue Jun 03 20:27:38 2003 +0000 +++ b/level2/modules/t3_sacia.asm Wed Jun 04 20:44:52 2003 +0000 @@ -45,8 +45,8 @@ fcb C$QUIT quit character fcb C$BSP backspace echo character fcb C$BELL line overflow character (bell) - fcb WORD8+PARNONE+STOP1 init value for dev ctl reg - fcb B9600 baud rate + fcb PARNONE parity + fcb STOP1+WORD8+B9600 stop bits/word size/baud rate fdb name copy of descriptor name address fcb C$XON acia xon char fcb C$XOFF acia xoff char