Mercurial > hg > Members > kono > nitros9-code
comparison level1/coco/modules/makefile @ 2659:95c7e747c154
Added support for virtual window (/Zx) devices
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 13 Jul 2012 13:15:55 -0500 |
parents | 9dd4f422aac7 |
children | 9e9ed6d6b4c2 |
comparison
equal
deleted
inserted
replaced
2658:fbf145e9d668 | 2659:95c7e747c154 |
---|---|
48 sc6551.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr vtio.dr \ | 48 sc6551.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr vtio.dr \ |
49 covdg.io cohr.io \ | 49 covdg.io cohr.io \ |
50 nil.dd p_scbbp.dd p_scdwp.dd pipe.dd ssp.dd \ | 50 nil.dd p_scbbp.dd p_scdwp.dd pipe.dd ssp.dd \ |
51 term_scbbt.dt term_sc6551.dt t1_scbbt.dd t2_sc6551.dd t3_sc6551.dd \ | 51 term_scbbt.dt term_sc6551.dt t1_scbbt.dd t2_sc6551.dd t3_sc6551.dd \ |
52 term32.dt term51.dt \ | 52 term32.dt term51.dt \ |
53 scdwn.dr term_scdwn.dt n_scdwn.dd n1_scdwn.dd n2_scdwn.dd \ | 53 scdwn.dr term_scdwn.dt \ |
54 n3_scdwn.dd n4_scdwn.dd n5_scdwn.dd n6_scdwn.dd n7_scdwn.dd \ | 54 n_scdwn.dd n1_scdwn.dd n2_scdwn.dd n3_scdwn.dd n4_scdwn.dd n5_scdwn.dd \ |
55 n8_scdwn.dd n9_scdwn.dd n10_scdwn.dd n11_scdwn.dd n12_scdwn.dd \ | 55 n6_scdwn.dd n7_scdwn.dd n8_scdwn.dd n9_scdwn.dd n10_scdwn.dd \ |
56 n13_scdwn.dd midi_scdwn.dd | 56 n11_scdwn.dd n12_scdwn.dd n13_scdwn.dd midi_scdwn.dd \ |
57 term_z_scdwn.dd \ | |
58 z1_scdwn.dd z2_scdwn.dd z3_scdwn.dd z4_scdwn.dd z5_scdwn.dd \ | |
59 z6_scdwn.dd z7_scdwn.dd | |
57 | 60 |
58 PIPE = pipeman.mn \ | 61 PIPE = pipeman.mn \ |
59 piper.dr \ | 62 piper.dr \ |
60 pipe.dd | 63 pipe.dd |
61 | 64 |
200 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=13 | 203 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=13 |
201 | 204 |
202 midi_scdwn.dd: scdwndesc.asm | 205 midi_scdwn.dd: scdwndesc.asm |
203 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=14 | 206 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=14 |
204 | 207 |
208 term_z_scdwn.dd: scdwndesc.asm | |
209 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=65 | |
210 | |
211 z1_scdwn.dd: scdwndesc.asm | |
212 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=66 | |
213 | |
214 z2_scdwn.dd: scdwndesc.asm | |
215 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=67 | |
216 | |
217 z3_scdwn.dd: scdwndesc.asm | |
218 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=68 | |
219 | |
220 z4_scdwn.dd: scdwndesc.asm | |
221 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=69 | |
222 | |
223 z5_scdwn.dd: scdwndesc.asm | |
224 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=70 | |
225 | |
226 z6_scdwn.dd: scdwndesc.asm | |
227 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=71 | |
228 | |
229 z7_scdwn.dd: scdwndesc.asm | |
230 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=72 | |
231 | |
205 # DriveWire 3 RBF descriptors | 232 # DriveWire 3 RBF descriptors |
206 ddx0.dd: dwdesc.asm | 233 ddx0.dd: dwdesc.asm |
207 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0 | 234 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0 |
208 | 235 |
209 x0.dd: dwdesc.asm | 236 x0.dd: dwdesc.asm |