diff level1/coco/modules/makefile @ 2320:3584407fea59

Fixed term_scdwt.dt to have $FF00 as address
author boisy
date Tue, 05 Jan 2010 21:20:06 +0000
parents e10177e83238
children ccd33b48321a
line wrap: on
line diff
--- a/level1/coco/modules/makefile	Mon Jan 04 23:57:29 2010 +0000
+++ b/level1/coco/modules/makefile	Tue Jan 05 21:20:06 2010 +0000
@@ -144,7 +144,7 @@
 
 # DriveWire 3 SCF descriptors
 term_scdwt.dt: dwtdesc.asm
-	$(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 -aAddr=1 -aTNum=1
+	$(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 -aAddr=0
 
 t0_scdwt.dd: dwtdesc.asm
 	$(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=0 -aTNum=0