Mercurial > hg > Members > kono > nitros9-code
comparison level1/modules/m2.asm @ 112:930cd4ab346b
Added comment header
author | boisy |
---|---|
date | Sat, 06 Jul 2002 17:02:20 +0000 |
parents | 6641a883d6b0 |
children | 668388823050 |
comparison
equal
deleted
inserted
replaced
111:592143a102ee | 112:930cd4ab346b |
---|---|
1 ******************************************************************** | |
2 * M2 - Tandy DC Modem Pak device descriptor | |
3 * | |
4 * $Id$ | |
5 * | |
6 * Ed. Comments Who YY/MM/DD | |
7 * ------------------------------------------------------------------ | |
8 * Tandy/Microware original version | |
9 | |
1 nam M2 | 10 nam M2 |
2 ttl Tandy DC Modem Pak device descriptor | 11 ttl Tandy DC Modem Pak device descriptor |
3 | 12 |
4 * Disassembled 98/08/23 21:15:12 by Disasm v1.6 (C) 1988 by RML | 13 * Disassembled 98/08/23 21:15:12 by Disasm v1.6 (C) 1988 by RML |
5 | 14 |
13 rev set $01 | 22 rev set $01 |
14 | 23 |
15 mod eom,name,tylg,atrv,mgrnam,drvnam | 24 mod eom,name,tylg,atrv,mgrnam,drvnam |
16 | 25 |
17 fcb READ.+WRITE. mode byte | 26 fcb READ.+WRITE. mode byte |
18 fcb $FF extended controller address | 27 fcb HW.Page extended controller address |
19 fdb $FF6C physical controller address | 28 fdb $FF6C physical controller address |
20 fcb initsize-*-1 initilization table size | 29 fcb initsize-*-1 initilization table size |
21 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf | 30 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf |
22 fcb $00 case:0=up&lower,1=upper only | 31 fcb $00 case:0=up&lower,1=upper only |
23 fcb $01 backspace:0=bsp,1=bsp then sp & bsp | 32 fcb $01 backspace:0=bsp,1=bsp then sp & bsp |