changeset 385:31f6751feac5

Added symbolics
author boisy
date Sat, 24 Aug 2002 17:07:58 +0000
parents 850b16b2aa76
children f9d6dc9e619b
files level2/modules/term_vdg.asm level2/modules/v1.asm level2/modules/v2.asm level2/modules/v3.asm level2/modules/v4.asm level2/modules/v5.asm level2/modules/v6.asm level2/modules/v7.asm level2/modules/vi.asm
diffstat 9 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/term_vdg.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/term_vdg.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.TermV    physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/v1.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/v1.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.V1       physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/v2.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/v2.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.V2       physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/v3.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/v3.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.V3       physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/v4.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/v4.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.V4       physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/v5.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/v5.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.V5       physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/v6.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/v6.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.V6       physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/v7.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/v7.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -25,10 +25,10 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $07        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   A.V7       physical controller address
          fcb   initsize-*-1 initilization table size
-         fcb   $00        device type:0=scf,1=rbf,2=pipe,3=scf
+         fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
          fcb   $00        case:0=up&lower,1=upper only
          fcb   $01        backspace:0=bsp,1=bsp then sp & bsp
          fcb   $00        delete:0=bsp over line,1=return
--- a/level2/modules/vi.asm	Sat Aug 24 17:03:18 2002 +0000
+++ b/level2/modules/vi.asm	Sat Aug 24 17:07:58 2002 +0000
@@ -11,7 +11,7 @@
          mod   ModSize,DvcNam,Devic+Objct,ReEnt+Vrsn,MgrNam,DrvNam
 
          fcb   UPDAT.     access mode(s)
-         fcb   $07        hardware page
+         fcb   HW.Page    hardware page
          fdb   $FF02      hardware port
          fcb   OptSize
 OptStart fcb   DT.SCF