Mercurial > hg > Members > kono > nitros9-code
diff level1/coco/modules/makefile @ 2182:b1b374ada668
Added 38.4kbps routines from Darren Atkinson
author | boisy |
---|---|
date | Sun, 08 Mar 2009 14:11:52 +0000 |
parents | 660cc987e18d |
children | f2f1920e10e8 |
line wrap: on
line diff
--- a/level1/coco/modules/makefile Sat Mar 07 23:53:36 2009 +0000 +++ b/level1/coco/modules/makefile Sun Mar 08 14:11:52 2009 +0000 @@ -20,7 +20,7 @@ TPB = $(3RDPARTY)/booters BOOTERS = boot_1773_6ms boot_1773_30ms \ - boot_burke boot_rampak boot_wd1002 boot_dw3 + boot_burke boot_rampak boot_wd1002 boot_dw3 boot_dw3_coco1 BOOTTRACK = rel $(BOOTERS) KERNEL = krn krnp2 SYSMODS = ioman init sysgo_dd sysgo_h0 @@ -30,7 +30,7 @@ clock2_messemu clock2_jvemu clock2_dw3 RBF = rbf.mn \ - rbdw3.dr dw3.sb \ + rbdw3.dr dw3.sb dw3_coco1.sb \ rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \ ddd0_35s.dd d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \ ddd0_40d.dd d0_40d.dd d1_40d.dd d2_40d.dd \ @@ -54,6 +54,13 @@ # Special cases +# DriveWire 3 +boot_dw3_coco1: boot_dw3.asm + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBAUD38400=1 + +dw3_coco1.sb: dw3.asm + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBAUD38400=1 + # Kernel krn krnp2: $(CD) kernel; make $@