Mercurial > hg > Members > kono > nitros9-code
annotate level1/modules/t2_sc6551.asm @ 2730:6bd6e348665d
Working on cloned default branch, pulled 2012/11/03
user: gheskett@wdtv.com
branch 'default'
changed ChangeLog
changed ReadMe
changed defs/rbf.d
changed defs/rbsuper.d
changed defs/scsi.d
changed level1/atari/cmds/fuji.asm
changed level1/coco/modules/makefile
changed level1/modules/boot_scsi.asm
changed level1/modules/superdesc.asm
changed level2/coco3/bootfiles/makefile
changed level2/coco3/modules/makefile
changed level2/coco3_6309/bootfiles/makefile
changed level2/modules/joydrv_6551L.asm
changed rules.mak
author | gheskett@wdtv.com |
---|---|
date | Sat, 10 Nov 2012 11:55:48 -0500 |
parents | ae1f95eb053b |
children |
rev | line source |
---|---|
1470 | 1 ******************************************************************** |
2 * T2 - 6551 device descriptor | |
3 * | |
4 * $Id$ | |
5 * | |
6 * Edt/Rev YYYY/MM/DD Modified by | |
7 * Comment | |
8 * ------------------------------------------------------------------ | |
9 | |
10 nam T2 | |
11 ttl 6551 device descriptor | |
12 | |
13 * Disassembled 98/08/23 21:16:50 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 | |
21 rev set $00 | |
22 | |
23 mod eom,name,tylg,atrv,mgrnam,drvnam | |
24 | |
1496 | 25 fcb UPDAT. mode byte |
1470 | 26 fcb HW.Page extended controller address |
27 fdb $FF68 physical controller address | |
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) | |
49 fcb PARNONE parity | |
50 fcb STOP1+WORD8+B9600 stop bits/word size/baud rate | |
51 fdb name copy of descriptor name address | |
52 fcb C$XON acia xon char | |
53 fcb C$XOFF acia xoff char | |
54 fcb 80 (szx) number of columns for display | |
55 fcb 24 (szy) number of rows for display | |
56 fcb $00 Extended type | |
57 initsize equ * | |
58 | |
59 name fcs /t2/ | |
60 mgrnam fcs /SCF/ | |
1488
1a875569e4d7
sacia has been renamed to sc6551 and descriptors are modified accordingly
boisy
parents:
1470
diff
changeset
|
61 drvnam fcs /sc6551/ |
1470 | 62 |
63 emod | |
64 eom equ * | |
65 end | |
66 |