changeset 112:930cd4ab346b

Added comment header
author boisy
date Sat, 06 Jul 2002 17:02:20 +0000
parents 592143a102ee
children 1ab646c47da3
files level1/modules/d0.asm level1/modules/d1.asm level1/modules/d2.asm level1/modules/d3.asm level1/modules/h0_15.asm level1/modules/h0_35.asm level1/modules/h1_15.asm level1/modules/h1_35.asm level1/modules/m1.asm level1/modules/m2.asm level1/modules/p_bbp.asm level1/modules/pipe.asm level1/modules/ssc.asm level1/modules/t1_bbt.asm level1/modules/term32.asm level1/modules/term80.asm
diffstat 16 files changed, 162 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/d0.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/d0.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* D0 - CCDisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   D0
          ttl   CCDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF40      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/d1.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/d1.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* D1 - CCDisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   D1
          ttl   CCDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF40      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/d2.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/d2.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* D2 - CCDisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   D2
          ttl   CCDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF40      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/d3.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/d3.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* D3 - CCDisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   D3
          ttl   CCDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF40      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/h0_15.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/h0_15.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* H0 - CCHDisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   H0
          ttl   CCHDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF51      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/h0_35.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/h0_35.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* H0 - CCHdisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   H0
          ttl   CCHDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF51      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/h1_15.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/h1_15.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* H1 - CCHDisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   H1
          ttl   CCHDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF51      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/h1_35.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/h1_35.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* H1 - CCHDisk device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   H1
          ttl   CCHDisk device descriptor
 
@@ -17,7 +26,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $FF51      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/m1.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/m1.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* M1 - Tandy DC Modem Pak device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   M1
          ttl   Tandy DC Modem Pak device descriptor
 
@@ -15,7 +24,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $FF        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
--- a/level1/modules/m2.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/m2.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* M2 - Tandy DC Modem Pak device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   M2
          ttl   Tandy DC Modem Pak device descriptor
 
@@ -15,7 +24,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $FF        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
--- a/level1/modules/p_bbp.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/p_bbp.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* P - CoCo serial printer device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   P
          ttl   CoCo serial priner device descriptor
 
@@ -15,7 +24,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.page    extended controller address
          fdb   $0000      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/pipe.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/pipe.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,5 +1,14 @@
+********************************************************************
+* Pipe - PipeMan device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   Pipe
-         ttl   os9 device descriptor
+         ttl   PipeMan device descriptor
 
 * Disassembled 98/08/23 21:15:32 by Disasm v1.6 (C) 1988 by RML
 
--- a/level1/modules/ssc.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/ssc.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* SSC - Tandy Speech/Sound Pak descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   SSC
          ttl   Tandy Speech/Sound Pak descriptor
 
@@ -15,7 +24,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $0000      physical controller address
          fcb   initsize-*-1  initilization table size
          fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/t1_bbt.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/t1_bbt.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,12 @@
+********************************************************************
+* T1 - CoCo serial device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   T1
          ttl   CoCo serial device descriptor
 
@@ -15,7 +24,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE. mode byte
-         fcb   $FF        extended controller address
+         fcb   HW.Page    extended controller address
          fdb   $0000      physical controller address
          fcb   initsize-*-1 initilization table size
          fcb   DT.SCF     device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/term32.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/term32.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,3 +1,13 @@
+********************************************************************
+* TERM - VDG screen device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
+
          nam   TERM
          ttl   VDG screen device descriptor
 
@@ -15,7 +25,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE.   mode byte
-         fcb   $FF            extended controller address
+         fcb   HW.Page        extended controller address
          fdb   $C000          physical controller address
          fcb   initsize-*-1   initilization table size
          fcb   DT.SCF         device type:0=scf,1=rbf,2=pipe,3=scf
--- a/level1/modules/term80.asm	Sat Jul 06 16:33:56 2002 +0000
+++ b/level1/modules/term80.asm	Sat Jul 06 17:02:20 2002 +0000
@@ -1,5 +1,14 @@
+********************************************************************
+* TERM -  80 column device descriptor
+*
+* $Id$
+*
+* Ed.    Comments                                       Who YY/MM/DD
+* ------------------------------------------------------------------
+*        Tandy/Microware original version
+
          nam   TERM
-         ttl   VDG screen device descriptor
+         ttl   80 column device descriptor
 
 * Disassembled 98/08/23 17:19:25 by Disasm v1.6 (C) 1988 by RML
 
@@ -15,7 +24,7 @@
          mod   eom,name,tylg,atrv,mgrnam,drvnam
 
          fcb   READ.+WRITE.   mode byte
-         fcb   $FF            extended controller address
+         fcb   HW.Page        extended controller address
          fdb   $C000          physical controller address
          fcb   initsize-*-1   initilization table size
          fcb   DT.SCF         device type:0=scf,1=rbf,2=pipe,3=scf