Mercurial > hg > Members > kono > nitros9-code
changeset 3141:717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Added "CC3FPGAFLAGS = $(AFLAGS) -DCC3FPGA=1 $(FLAGS)" to
"level2/coco3/modules/makefile" for flagging Coco3FPGA specific features
in modules sources.
Added "llcoco3fpga", "ddsd0_coco3fpga", "sd0_coco3fpga", and
"sd1_coco3fpga" to the "coco3/modules/makefile" - RBF section, which
also now adds all to the "NITROS9/MODULES/RBF" on all disk images for
building new Coco3FPGA disks from NitrOS9.
Added new descriptor section to the "level2/coco3/modules/makefile"
reflecting the new Coco3FPGA SD card descriptors and their flags.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Sat, 04 Feb 2017 11:06:28 +0100 |
parents | 03b580a02945 |
children | 0413a77a3686 |
files | level2/coco3/modules/makefile |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/modules/makefile Sat Feb 04 11:06:26 2017 +0100 +++ b/level2/coco3/modules/makefile Sat Feb 04 11:06:28 2017 +0100 @@ -17,6 +17,7 @@ TC3FLAGS = $(AFLAGS) -DTC3=1 $(FLAGS) IDEFLAGS = $(AFLAGS) -DIDE=1 $(FLAGS) SDFLAGS = $(AFLAGS) -DCOCOSDC=1 -DITTYP=128 $(FLAGS) +CC3FPGAFLAGS = $(AFLAGS) -DCC3FPGA=1 $(FLAGS) DEPENDS = ./makefile TPB = $(3RDPARTY)/booters @@ -47,7 +48,8 @@ ddi0_ide.dd i0_ide.dd i1_ide.dd ih_ide.dd \ dds0_tc3.dd s0_tc3.dd s1_tc3.dd s2_tc3.dd s3_tc3.dd s4_tc3.dd \ s5_tc3.dd s6_tc3.dd sh_tc3.dd \ - ddsd0_cocosdc.dd sd0_cocosdc.dd sd1_cocosdc.dd + ddsd0_cocosdc.dd sd0_cocosdc.dd sd1_cocosdc.dd \ + llcoco3fpga.dr ddsd0_coco3fpga.dd sd0_coco3fpga.dd sd1_coco3fpga.dd SCF = scf.mn \ vtio.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr sc6551.dr \ @@ -395,6 +397,16 @@ sd1_cocosdc.dd: superdesc.asm $(AS) $(ASOUT)$@ $< $(SDFLAGS) -DITDRV=1 +# CoCo3FPGA SD Descriptors +ddsd0_coco3fpga.dd: superdesc.asm + $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DDD=1 + +sd0_coco3fpga.dd: superdesc.asm + $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DITDRV=0 + +sd1_coco3fpga.dd: superdesc.asm + $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DITDRV=1 + # RFM descriptors ddy0.dd: rfmdesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0