diff level2/modules/m1.asm @ 1207:9f9a630667ae

Fixed incorrect placement of diffs
author boisy
date Wed, 04 Jun 2003 20:44:52 +0000
parents 02a8ba2b9092
children d13864ef3317
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   *