Mercurial > hg > Members > kono > nitros9-code
changeset 2263:22e14df528e8
Fixed error in port address setting of main DW terminal descriptor file
author | boisy |
---|---|
date | Sun, 27 Dec 2009 19:24:33 +0000 |
parents | 6ce1eeaa029e |
children | 2c15248c8542 |
files | level1/coco/modules/makefile level1/modules/dwtdesc.asm level2/coco3/modules/makefile level2/coco3_6309/modules/makefile |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/coco/modules/makefile Sun Dec 27 19:21:27 2009 +0000 +++ b/level1/coco/modules/makefile Sun Dec 27 19:24:33 2009 +0000 @@ -143,7 +143,7 @@ # DriveWire 3 SCF descriptors term_scdwt.dt: dwtdesc.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 -aTNum=0 t0_scdwt.dd: dwtdesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=0
--- a/level1/modules/dwtdesc.asm Sun Dec 27 19:21:27 2009 +0000 +++ b/level1/modules/dwtdesc.asm Sun Dec 27 19:24:33 2009 +0000 @@ -31,7 +31,7 @@ fcb UPDAT. mode byte (share set to prevent multiple access) fcb HW.Page extended controller address - fdb $FF00 physical controller address + fdb $FF00+TNum physical controller address fcb initsize-*-1 initilization table size fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf fcb $00 case:0=up&lower,1=upper only
--- a/level2/coco3/modules/makefile Sun Dec 27 19:21:27 2009 +0000 +++ b/level2/coco3/modules/makefile Sun Dec 27 19:24:33 2009 +0000 @@ -194,7 +194,7 @@ # DriveWire 3 SCF descriptors term_scdwt.dt: dwtdesc.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 -aTNum=0 t0_scdwt.dd: dwtdesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=0
--- a/level2/coco3_6309/modules/makefile Sun Dec 27 19:21:27 2009 +0000 +++ b/level2/coco3_6309/modules/makefile Sun Dec 27 19:24:33 2009 +0000 @@ -194,7 +194,7 @@ # DriveWire 3 SCF descriptors term_scdwt.dt: dwtdesc.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 -aTNum=0 t0_scdwt.dd: dwtdesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=0