view level2/modules/vi.asm @ 372:b3bfa479f8d0

scfdefs is now included from level2v3/defsfile and all references to it in sources have been removed
author boisy
date Fri, 23 Aug 2002 19:14:07 +0000
parents 6641a883d6b0
children 31f6751feac5
line wrap: on
line source

         nam   VI
         ttl   VRN (VIRQ/RAM/Nil driver) device descriptor

         ifp1  
         use   defsfile
         endc  

Edtn     equ   1
Vrsn     equ   1

         mod   ModSize,DvcNam,Devic+Objct,ReEnt+Vrsn,MgrNam,DrvNam

         fcb   UPDAT.     access mode(s)
         fcb   $07        hardware page
         fdb   $FF02      hardware port
         fcb   OptSize
OptStart fcb   DT.SCF
OptSize  equ   *-OptStart
MgrNam   fcs   "SCF"
DrvNam   fcs   "VRN"
DvcNam   fcs   "VI"
         fcb   Edtn

         emod  
ModSize  equ   *
         end