Mercurial > hg > Members > kono > nitros9-code
comparison level1/coco/modules/makefile @ 2543:86e18364d3de
change descriptor and makefiles for dw midi device
author | aaronwolfe |
---|---|
date | Sat, 29 May 2010 04:19:17 +0000 |
parents | f2592e82a68d |
children | 17d43fd29ee2 |
comparison
equal
deleted
inserted
replaced
2542:28bfbf753ea9 | 2543:86e18364d3de |
---|---|
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 n_scdwn.dd 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 midi_scdwn.dd |
50 | 50 |
51 PIPE = pipeman.mn \ | 51 PIPE = pipeman.mn \ |
52 piper.dr \ | 52 piper.dr \ |
53 pipe.dd | 53 pipe.dd |
54 | 54 |
188 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=12 | 188 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=12 |
189 | 189 |
190 n13_scdwn.dd: scdwndesc.asm | 190 n13_scdwn.dd: scdwndesc.asm |
191 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=13 | 191 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=13 |
192 | 192 |
193 n14_scdwn.dd: scdwndesc.asm | 193 midi_scdwn.dd: scdwndesc.asm |
194 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=14 | 194 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=14 |
195 | 195 |
196 # DriveWire 3 RBF descriptors | 196 # DriveWire 3 RBF descriptors |
197 ddx0.dd: dwdesc.asm | 197 ddx0.dd: dwdesc.asm |
198 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0 | 198 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0 |