annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
508
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 385
diff changeset
1 ********************************************************************
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 385
diff changeset
2 * VI - VRN (VIRQ/RAM/Nil driver) device descriptor
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 385
diff changeset
3 *
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 385
diff changeset
4 * $Id$
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 385
diff changeset
5 *
1348
8e804211cb25 Fixed sources to have new style change logs at top
boisy
parents: 1289
diff changeset
6 * Edt/Rev YYYY/MM/DD Modified by
8e804211cb25 Fixed sources to have new style change logs at top
boisy
parents: 1289
diff changeset
7 * Comment
508
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 385
diff changeset
8 * ------------------------------------------------------------------
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 385
diff changeset
9
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
10 nam VI
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
11 ttl VRN (VIRQ/RAM/Nil driver) device descriptor
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
13 ifp1
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
14 use defsfile
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 1348
diff changeset
15 use cocovtio.d
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
16 endc
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
17
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
18 Edtn equ 1
1289
d13864ef3317 Changed to rev 0
boisy
parents: 508
diff changeset
19 rev equ 0
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
20
1289
d13864ef3317 Changed to rev 0
boisy
parents: 508
diff changeset
21 mod ModSize,DvcNam,Devic+Objct,ReEnt+rev,MgrNam,DrvNam
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
22
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
23 fcb UPDAT. access mode(s)
385
31f6751feac5 Added symbolics
boisy
parents: 0
diff changeset
24 fcb HW.Page hardware page
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
25 fdb $FF02 hardware port
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
26 fcb OptSize
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
27 OptStart fcb DT.SCF
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
28 OptSize equ *-OptStart
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
29 MgrNam fcs "SCF"
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
30 DrvNam fcs "VRN"
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
31 DvcNam fcs "VI"
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
32 fcb Edtn
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
33
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
34 emod
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
35 ModSize equ *
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
36 end