Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/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 | 41545513c2c4 |
children | 91e31e528692 |
line wrap: on
line diff
--- a/level2/coco3/modules/makefile Sat Jan 23 14:55:34 2010 +0000 +++ b/level2/coco3/modules/makefile Sat Jan 23 22:37:16 2010 +0000 @@ -55,7 +55,8 @@ w8.dw w9.dw w10.dw w11.dw w12.dw w13.dw w14.dw w15.dw \ v1.dw v2.dw v3.dw v4.dw v5.dw \ v6.dw v7.dw \ - scdwn.dr term_scdwn.dt n1_scdwn.dd n2_scdwn.dd n3_scdwn.dd \ + scdwn.dr term_scdwn.dt n_scdwn.dd \ + n1_scdwn.dd n2_scdwn.dd n3_scdwn.dd \ n4_scdwn.dd n5_scdwn.dd n6_scdwn.dd n7_scdwn.dd \ n8_scdwn.dd n9_scdwn.dd n10_scdwn.dd n11_scdwn.dd \ n12_scdwn.dd n13_scdwn.dd n14_scdwn.dd @@ -198,6 +199,9 @@ term_scdwn.dt: scdwndesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=0 +n_scdwn.dd: scdwndesc.asm + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=255 + n1_scdwn.dd: scdwndesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=1