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