112
|
1 ********************************************************************
|
|
2 * T1 - CoCo serial device descriptor
|
|
3 *
|
|
4 * $Id$
|
|
5 *
|
1474
|
6 * Edt/Rev YYYY/MM/DD Modified by
|
|
7 * Comment
|
112
|
8 * ------------------------------------------------------------------
|
|
9
|
0
|
10 nam T1
|
|
11 ttl CoCo serial device descriptor
|
|
12
|
|
13 * Disassembled 98/08/23 21:16:45 by Disasm v1.6 (C) 1988 by RML
|
|
14
|
|
15 ifp1
|
|
16 use defsfile
|
|
17 endc
|
|
18
|
|
19 tylg set Devic+Objct
|
|
20 atrv set ReEnt+rev
|
1287
|
21 rev set $00
|
0
|
22
|
|
23 mod eom,name,tylg,atrv,mgrnam,drvnam
|
|
24
|
1474
|
25 fcb UPDAT.
|
112
|
26 fcb HW.Page extended controller address
|
1474
|
27 fdb $FF20 physical controller address
|
0
|
28 fcb initsize-*-1 initilization table size
|
|
29 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf
|
|
30 fcb $00 case:0=up&lower,1=upper only
|
|
31 fcb $01 backspace:0=bsp,1=bsp then sp & bsp
|
|
32 fcb $00 delete:0=bsp over line,1=return
|
|
33 fcb $01 echo:0=no echo
|
|
34 fcb $01 auto line feed:0=off
|
|
35 fcb $00 end of line null count
|
|
36 fcb $01 pause:0=no end of page pause
|
|
37 fcb 24 lines per page
|
|
38 fcb C$BSP backspace character
|
|
39 fcb C$DEL delete line character
|
|
40 fcb C$CR end of record character
|
|
41 fcb C$EOF end of file character
|
|
42 fcb C$RPRT reprint line character
|
|
43 fcb C$RPET duplicate last line character
|
|
44 fcb C$PAUS pause character
|
|
45 fcb C$INTR interrupt character
|
|
46 fcb C$QUIT quit character
|
|
47 fcb C$BSP backspace echo character
|
|
48 fcb C$BELL line overflow character (bell)
|
1474
|
49 fcb WORD8+PARNONE+STOP1 init value for dev ctl reg
|
1480
|
50 IFGT Level-1
|
1474
|
51 fcb B2400 baud rate
|
|
52 ELSE
|
|
53 fcb B300 baud rate
|
|
54 ENDC
|
0
|
55 fdb name copy of descriptor name address
|
|
56 fcb $00 acia xon char
|
|
57 fcb $00 acia xoff char
|
|
58 fcb 80 (szx) number of columns for display
|
|
59 fcb 24 (szy) number of rows for display
|
|
60 initsize equ *
|
|
61
|
|
62 name fcs /T1/
|
|
63 mgrnam fcs /SCF/
|
1474
|
64 drvnam fcs /SIO/
|
0
|
65
|
|
66 emod
|
|
67 eom equ *
|
|
68 end
|
|
69
|