view level2/modules/vi.asm @ 2878:7c46b953e05f lwtools-port

multivue: Use correct DW module in 6309 DW Becker bootfile
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 16:00:03 +0100
parents b8c7b7fbf3c9
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