Mercurial > hg > Members > kono > nitros9-code
comparison level2/modules/term_win40.asm @ 410:9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
specified in Makefile.
Changed $07 to HW.Page in several descriptors
author | boisy |
---|---|
date | Wed, 04 Sep 2002 16:47:13 +0000 |
parents | b3bfa479f8d0 |
children | ccbef8e5ffbc |
comparison
equal
deleted
inserted
replaced
409:f26f6b021aaf | 410:9ed77eeace37 |
---|---|
23 prn3 set Green. border color | 23 prn3 set Green. border color |
24 | 24 |
25 mod eom,name,tylg,atrv,mgrnam,drvnam | 25 mod eom,name,tylg,atrv,mgrnam,drvnam |
26 | 26 |
27 fcb READ.+WRITE. mode byte | 27 fcb READ.+WRITE. mode byte |
28 fcb $07 extended controller address | 28 fcb HW.Page extended controller address |
29 fdb A.TermW physical controller address | 29 fdb A.TermW physical controller address |
30 fcb initsize-*-1 initilization table size | 30 fcb initsize-*-1 initilization table size |
31 fcb $00 device type:0=scf,1=rbf,2=pipe,3=scf | 31 fcb $00 device type:0=scf,1=rbf,2=pipe,3=scf |
32 fcb $00 case:0=up&lower,1=upper only | 32 fcb $00 case:0=up&lower,1=upper only |
33 fcb $01 backspace:0=bsp,1=bsp then sp & bsp | 33 fcb $01 backspace:0=bsp,1=bsp then sp & bsp |