view level2/modules/vi.asm @ 2624:b8c7b7fbf3c9

Major changes: o os9defs, rbfdefs, scfdefs now os9.d, rbf.d, and scf.d o vtiodefs now broken into cocovtio.d (for coco and dragon) and atarivtio.d o systype now broken into coco.d, dragon.d and atari.d o all references to the above in other files have changed
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 24 Feb 2012 08:51:08 -0600
parents 8e804211cb25
children
line wrap: on
line source

********************************************************************
* VI - VRN (VIRQ/RAM/Nil driver) device descriptor
*
* $Id$
*
* Edt/Rev  YYYY/MM/DD  Modified by
* Comment
* ------------------------------------------------------------------

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

         ifp1  
         use   defsfile
         use   cocovtio.d
         endc  

Edtn     equ   1
rev      equ   0

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

         fcb   UPDAT.     access mode(s)
         fcb   HW.Page    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