comparison level1/coco/modules/makefile @ 2383:b399116a3b5f

Now we have a /N descriptor... and the code in scdwn.asm to handle it.
author boisy
date Sat, 23 Jan 2010 22:37:16 +0000
parents ffda7df4caaf
children 95a64ea1c621
comparison
equal deleted inserted replaced
2382:d5ecf07aae74 2383:b399116a3b5f
41 sc6551.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr vtio.dr \ 41 sc6551.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr vtio.dr \
42 covdg.io cohr.io \ 42 covdg.io cohr.io \
43 nil.dd p_scbbp.dd p_scdwp.dd pipe.dd ssp.dd \ 43 nil.dd p_scbbp.dd p_scdwp.dd pipe.dd ssp.dd \
44 term_scbbt.dt term_sc6551.dt t1_scbbt.dd t2_sc6551.dd t3_sc6551.dd \ 44 term_scbbt.dt term_sc6551.dt t1_scbbt.dd t2_sc6551.dd t3_sc6551.dd \
45 term32.dt term51.dt \ 45 term32.dt term51.dt \
46 scdwn.dr term_scdwn.dt n1_scdwn.dd n2_scdwn.dd \ 46 scdwn.dr term_scdwn.dt n_scdwn.dd n1_scdwn.dd n2_scdwn.dd \
47 n3_scdwn.dd n4_scdwn.dd n5_scdwn.dd n6_scdwn.dd n7_scdwn.dd \ 47 n3_scdwn.dd n4_scdwn.dd n5_scdwn.dd n6_scdwn.dd n7_scdwn.dd \
48 n8_scdwn.dd n9_scdwn.dd n10_scdwn.dd n11_scdwn.dd n12_scdwn.dd \ 48 n8_scdwn.dd n9_scdwn.dd n10_scdwn.dd n11_scdwn.dd n12_scdwn.dd \
49 n13_scdwn.dd n14_scdwn.dd 49 n13_scdwn.dd n14_scdwn.dd
50 50
51 PIPE = pipeman.mn \ 51 PIPE = pipeman.mn \
144 144
145 # DriveWire 3 SCF descriptors 145 # DriveWire 3 SCF descriptors
146 term_scdwn.dt: scdwndesc.asm 146 term_scdwn.dt: scdwndesc.asm
147 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=0 147 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=0
148 148
149 n_scdwn.dd: scdwndesc.asm
150 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=255
151
149 n1_scdwn.dd: scdwndesc.asm 152 n1_scdwn.dd: scdwndesc.asm
150 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=1 153 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=1
151 154
152 n2_scdwn.dd: scdwndesc.asm 155 n2_scdwn.dd: scdwndesc.asm
153 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=2 156 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=2