Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/modules/makefile @ 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 | 8418259a032d |
children | 37737e5ec640 |
rev | line source |
---|---|
3135
5095f2b3c81a
coco3: Use port.mak correctly in makefiles
Tormod Volden <debian.tormod@gmail.com>
parents:
3107
diff
changeset
|
1 include ../port.mak |
2048 | 2 |
2050 | 3 vpath %.asm kernel:$(LEVEL2)/modules:$(LEVEL1)/modules |
4 | |
5 AFLAGS += -I$(LEVEL1)/modules | |
2048 | 6 |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
7 CLOCKELIM = -DRTCElim=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
8 CLOCKDISTO2 = -DRTCDsto2=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
9 CLOCKDISTO4 = -DRTCDsto4=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
10 CLOCKBNB = -DRTCBB=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
11 CLOCKSMART = -DRTCSmart=1 -DMPIFlag=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
12 CLOCKHARRIS = -DRTCHarrs=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
13 CLOCKCLOUD9 = -DRTCCloud9=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
14 CLOCKSOFT = -DRTCSoft=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
15 CLOCKMESSEMU = -DRTCMessEmu=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
16 CLOCKJVEMU = -DRTCJVEmu=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
17 TC3FLAGS = $(AFLAGS) -DTC3=1 $(FLAGS) |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
18 IDEFLAGS = $(AFLAGS) -DIDE=1 $(FLAGS) |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
19 SDFLAGS = $(AFLAGS) -DCOCOSDC=1 -DITTYP=128 $(FLAGS) |
3141
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
20 CC3FPGAFLAGS = $(AFLAGS) -DCC3FPGA=1 $(FLAGS) |
2048 | 21 |
22 DEPENDS = ./makefile | |
2590 | 23 TPB = $(3RDPARTY)/booters |
2048 | 24 |
25 BOOTERS = boot_1773_6ms boot_1773_30ms \ | |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
26 boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ |
3064
ff6d97180a93
updated coco3 modules makefile to make new ide booter
David Ladd <drencor-xeen@users.sf.net>
parents:
3053
diff
changeset
|
27 boot_tc3 boot_dide boot_ide boot_sdc boot_rom |
2048 | 28 BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn |
3016
eb04ba1c507f
[PATCH 3/3] level2: Include ccbkrn in build again
Brett Gordon <beretta42@gmail.com>
parents:
2975
diff
changeset
|
29 KERNEL = krnp2 krnp3_perr krnp4_regdump ccbkrn |
3137
8418259a032d
Add sysgo_bd to the coco3 port
Bill Pierce <merlinious999@gmail.com>
parents:
3135
diff
changeset
|
30 SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom sysgo_bd rominfo vectors |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
31 CLOCKS = clock_60hz clock_50hz \ |
2048 | 32 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ |
33 clock2_smart clock2_harris clock2_cloud9 clock2_soft \ | |
2888
32378c4340c0
level2/coco3/modules/makefile: clock2_dw_becker = clock2_dw
Tormod Volden <debian.tormod@gmail.com>
parents:
2875
diff
changeset
|
34 clock2_jvemu clock2_messemu clock2_dw |
2048 | 35 |
36 RBF = rbf.mn \ | |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
37 rbdw.dr dwio.sb dwio_becker.sb dwio_arduino.sb \ |
2048 | 38 rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \ |
39 d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \ | |
40 d0_40d.dd d1_40d.dd d2_40d.dd d0_80d.dd \ | |
41 d1_80d.dd d2_80d.dd \ | |
42 ddd0_35s.dd ddd0_40d.dd ddd0_80d.dd \ | |
43 rammer.dr r0_8k.dd r0_96k.dd r0_128k.dd r0_192k.dd \ | |
2180 | 44 ddr0_8k.dd ddr0_96k.dd ddr0_128k.dd ddr0_192k.dd md.dd \ |
2975
aca7cb40b74e
level2: Add Gene's myram RAM disk driver to disk images
Tormod Volden <debian.tormod@gmail.com>
parents:
2898
diff
changeset
|
45 myram.dr mr0.dd \ |
2590 | 46 ddx0.dd x0.dd x1.dd x2.dd x3.dd \ |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
47 rbsuper.dr lltc3.dr llide.dr llcocosdc.dr \ |
2590 | 48 ddi0_ide.dd i0_ide.dd i1_ide.dd ih_ide.dd \ |
49 dds0_tc3.dd s0_tc3.dd s1_tc3.dd s2_tc3.dd s3_tc3.dd s4_tc3.dd \ | |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
50 s5_tc3.dd s6_tc3.dd sh_tc3.dd \ |
3141
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
51 ddsd0_cocosdc.dd sd0_cocosdc.dd sd1_cocosdc.dd \ |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
52 llcoco3fpga.dr ddsd0_coco3fpga.dd sd0_coco3fpga.dd sd1_coco3fpga.dd |
2048 | 53 |
54 SCF = scf.mn \ | |
2180 | 55 vtio.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr sc6551.dr \ |
2048 | 56 cowin.io cogrf.io covdg.io covdg_small.io \ |
57 keydrv_cc3.sb snddrv_cc3.sb \ | |
58 joydrv_joy.sb joydrv_6551L.sb joydrv_6552L.sb \ | |
59 joydrv_6551M.sb joydrv_6552M.sb \ | |
2180 | 60 nil.dd p_scbbp.dd p_scdwp.dd \ |
2162
755b1b8ea019
Updated for new t1, p and term names for bit banger driver
boisy
parents:
2142
diff
changeset
|
61 t1_scbbt.dd t2_sc6551.dd t3_sc6551.dd \ |
755b1b8ea019
Updated for new t1, p and term names for bit banger driver
boisy
parents:
2142
diff
changeset
|
62 ftdd.dd vi.dd ssp.dd term_scbbt.dt term_sc6551.dt \ |
2048 | 63 term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \ |
2142 | 64 w3.dw w4.dw w5.dw w6.dw w7.dw \ |
65 w8.dw w9.dw w10.dw w11.dw w12.dw w13.dw w14.dw w15.dw \ | |
66 v1.dw v2.dw v3.dw v4.dw v5.dw \ | |
2242 | 67 v6.dw v7.dw \ |
2693 | 68 scdwv.dr term_scdwv.dt n_scdwv.dd \ |
69 n1_scdwv.dd n2_scdwv.dd n3_scdwv.dd \ | |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
70 n4_scdwv.dd n5_scdwv.dd n6_scdwv.dd n7_scdwv.dd \ |
2693 | 71 n8_scdwv.dd n9_scdwv.dd n10_scdwv.dd n11_scdwv.dd \ |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
72 n12_scdwv.dd n13_scdwv.dd midi_scdwv.dd \ |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
73 term_z_scdwv.dt z1_scdwv.dd z2_scdwv.dd z3_scdwv.dd \ |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
74 z4_scdwv.dd z5_scdwv.dd z6_scdwv.dd z7_scdwv.dd \ |
2048 | 75 |
76 PIPE = pipeman.mn pipeman_named.mn \ | |
77 piper.dr \ | |
78 pipe.dd | |
79 | |
2468 | 80 RFM = rfm.mn rfmdrv.dr ddy0.dd y0.dd y1.dd y2.dd y3.dd |
81 | |
82 ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) $(RFM) | |
2048 | 83 |
84 all: $(ALLOBJS) | |
85 | |
86 # Kernel | |
2615
530759e9f289
Added ccbkrn from Brett Gordon (level 2 only for now)
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2609
diff
changeset
|
87 ccbkrn krn krnp2: |
2048 | 88 $(CD) kernel; make $@ |
3104
f0aaf9c29516
makefiles: Use host copy tool for copying files in build tree
Tormod Volden <debian.tormod@gmail.com>
parents:
3064
diff
changeset
|
89 $(CP) kernel/$@ . |
2048 | 90 |
91 # Special cases | |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
92 |
2590 | 93 # TC^3 SCSI Booter |
94 boot_tc3: boot_scsi.asm | |
95 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) | |
96 | |
97 # SuperIDE/Glenside IDE Booter | |
98 boot_ide: boot_ide.asm | |
99 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) | |
100 | |
3064
ff6d97180a93
updated coco3 modules makefile to make new ide booter
David Ladd <drencor-xeen@users.sf.net>
parents:
3053
diff
changeset
|
101 boot_dide: boot_ide.asm |
ff6d97180a93
updated coco3 modules makefile to make new ide booter
David Ladd <drencor-xeen@users.sf.net>
parents:
3053
diff
changeset
|
102 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) -DDEBLOCK |
ff6d97180a93
updated coco3 modules makefile to make new ide booter
David Ladd <drencor-xeen@users.sf.net>
parents:
3053
diff
changeset
|
103 |
3033 | 104 # CoCo SDC Booter |
105 boot_sdc: boot_sdc.asm | |
106 $(AS) $(ASOUT)$@ $< $(SDFLAGS) | |
107 | |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
108 # DriveWire Becker Booter |
2868
cfa46960b6bd
makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents:
2758
diff
changeset
|
109 boot_dw_becker: boot_dw.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
110 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1 |
2547 | 111 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
112 # DriveWire Becker Submodule |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
113 dwio_becker.sb: dwio.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
114 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1 |
2547 | 115 |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
116 # DriveWire Becker Booter |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
117 boot_dw_arduino: boot_dw.asm |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
118 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DARDUINO=1 |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
119 |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
120 # DriveWire Arduino Submodule |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
121 dwio_arduino.sb: dwio.asm |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
122 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DARDUINO=1 |
2547 | 123 |
2590 | 124 # CoGrf/CoVDG Modules |
2048 | 125 cogrf.io: cowin.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
126 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DCoGrf=1 |
2048 | 127 |
2590 | 128 covdg.io: covdg.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
129 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCOCO2=1 |
2590 | 130 |
131 covdg_small.io: covdg.asm | |
132 $(AS) $(AFLAGS) $(ASOUT)$@ $< | |
133 | |
134 # Disto SC-II Drivers | |
2048 | 135 rb1773_scii_ff74.dr: rb1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
136 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
137 |
2048 | 138 rb1773_scii_ff58.dr: rb1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
139 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 -DSCIIALT=1 |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
140 |
2590 | 141 # REL Modules |
2048 | 142 rel_32: rel.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
143 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 |
2048 | 144 |
145 rel_40: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
146 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40 |
2048 | 147 |
148 rel_80: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
149 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 |
2048 | 150 |
151 rel_32_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
152 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 -DTkPerSec=50 |
2048 | 153 |
154 rel_40_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
155 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40 -DTkPerSec=50 |
2048 | 156 |
157 rel_80_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
158 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 -DTkPerSec=50 |
2048 | 159 |
2590 | 160 # Floppy Booters |
2048 | 161 boot_1773_6ms: boot_1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
162 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=0 |
2048 | 163 |
164 boot_1773_30ms: boot_1773.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
165 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=3 |
2048 | 166 |
2590 | 167 # SysGo Modules |
2048 | 168 sysgo_dd: sysgo.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
169 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
170 |
2048 | 171 sysgo_h0: sysgo.asm |
172 $(AS) $< $(ASOUT)$@ $(AFLAGS) | |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
173 |
2609
9dd4f422aac7
Added NitrOS-9 ROM Kit from Cloud-9
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2590
diff
changeset
|
174 sysgo_rom: sysgo.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
175 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DROM=1 |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
176 |
2590 | 177 # TC^3 SCSI Driver |
178 lltc3.dr: llscsi.asm | |
179 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) | |
180 | |
181 # IDE Driver | |
182 llide.dr: llide.asm | |
183 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) | |
184 | |
2048 | 185 # Floppy descriptors |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
186 SSDD35 = -DCyls=35 -DSides=1 -DSectTrk=18 -DSectTrk0=18 \ |
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
187 -DInterlv=3 -DSAS=8 -DDensity=1 |
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
188 DSDD40 = -DCyls=40 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ |
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
189 -DInterlv=3 -DSAS=8 -DDensity=1 |
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
190 DSDD80 = -DCyls=80 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ |
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
191 -DInterlv=3 -DSAS=8 -DDensity=1 -DD35 |
2048 | 192 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
193 # HDB-DOS for SuperDriver |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
194 HDBDOS = -DHB $(SSDD35) $(ID0) -DITDNS=8 |
2048 | 195 |
196 ddd0_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
197 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0 -DDD=1 |
2048 | 198 |
199 d0_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
200 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0 |
2048 | 201 |
202 d1_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
203 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=1 |
2048 | 204 |
205 d2_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
206 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=2 |
2048 | 207 |
208 d3_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
209 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=3 |
2048 | 210 |
211 ddd0_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
212 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0 -DDD=1 |
2048 | 213 |
214 d0_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
215 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0 |
2048 | 216 |
217 d1_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
218 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=1 |
2048 | 219 |
220 d2_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
221 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=2 |
2048 | 222 |
223 ddd0_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
224 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0 -DDD=1 |
2048 | 225 |
226 d0_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
227 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0 |
2048 | 228 |
229 d1_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
230 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=1 |
2048 | 231 |
232 d2_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
233 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=2 |
2048 | 234 |
235 # RAM Disk descriptors | |
236 r0_8k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
237 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8 |
2048 | 238 |
239 ddr0_8k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
240 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8 -DDD=1 |
2048 | 241 |
242 r0_96k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
243 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96 |
2048 | 244 |
245 ddr0_96k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
246 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96 -DDD=1 |
2048 | 247 |
248 r0_128k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
249 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128 |
2048 | 250 |
251 ddr0_128k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
252 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128 -DDD=1 |
2048 | 253 |
254 r0_192k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
255 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 |
2048 | 256 |
257 ddr0_192k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
258 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 -DDD=1 |
2048 | 259 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
260 # DriveWire SCF descriptors |
2693 | 261 term_scdwv.dt: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
262 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=0 |
2258 | 263 |
2693 | 264 n_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
265 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=255 |
2383
b399116a3b5f
Now we have a /N descriptor... and the code in scdwn.asm to handle it.
boisy
parents:
2367
diff
changeset
|
266 |
2693 | 267 n1_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
268 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=1 |
2258 | 269 |
2693 | 270 n2_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
271 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=2 |
2258 | 272 |
2693 | 273 n3_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
274 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=3 |
2258 | 275 |
2693 | 276 n4_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
277 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=4 |
2258 | 278 |
2693 | 279 n5_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
280 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=5 |
2258 | 281 |
2693 | 282 n6_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
283 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=6 |
2293 | 284 |
2693 | 285 n7_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
286 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=7 |
2293 | 287 |
2693 | 288 n8_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
289 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=8 |
2293 | 290 |
2693 | 291 n9_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
292 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=9 |
2293 | 293 |
2693 | 294 n10_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
295 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=10 |
2293 | 296 |
2693 | 297 n11_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
298 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=11 |
2293 | 299 |
2693 | 300 n12_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
301 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=12 |
2293 | 302 |
2693 | 303 n13_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
304 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=13 |
2293 | 305 |
2693 | 306 midi_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
307 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=14 |
2258 | 308 |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
309 term_z_scdwv.dt: scdwvdesc.asm |
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
310 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=16 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
311 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
312 z1_scdwv.dd: scdwvdesc.asm |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
313 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=17 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
314 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
315 z2_scdwv.dd: scdwvdesc.asm |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
316 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=18 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
317 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
318 z3_scdwv.dd: scdwvdesc.asm |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
319 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=19 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
320 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
321 z4_scdwv.dd: scdwvdesc.asm |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
322 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=20 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
323 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
324 z5_scdwv.dd: scdwvdesc.asm |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
325 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=21 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
326 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
327 z6_scdwv.dd: scdwvdesc.asm |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
328 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=22 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
329 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
330 z7_scdwv.dd: scdwvdesc.asm |
2819
c3ebfd514c0b
Fixed an issue where Z* descriptors weren't being made correctly for level 2.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2818
diff
changeset
|
331 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=23 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
332 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
333 # DriveWire RBF descriptors |
2180 | 334 ddx0.dd: dwdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
335 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0 |
2180 | 336 |
337 x0.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
338 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 |
2180 | 339 |
340 x1.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
341 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1 |
2180 | 342 |
343 x2.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
344 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2 |
2180 | 345 |
346 x3.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
347 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3 |
2180 | 348 |
2590 | 349 # TC^3 SCSI Descriptors |
350 dds0_tc3.dd: superdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
351 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) -DDD=1 |
2590 | 352 |
353 s0_tc3.dd: superdesc.asm | |
354 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) $(SCSI_HD) | |
355 | |
356 s1_tc3.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
357 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID1) $(SCSI_HD) |
2590 | 358 |
359 s2_tc3.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
360 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID2) $(SCSI_HD) |
2590 | 361 |
362 s3_tc3.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
363 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID3) $(SCSI_HD) |
2590 | 364 |
365 s4_tc3.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
366 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID4) $(SCSI_HD) |
2590 | 367 |
368 s5_tc3.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
369 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID5) $(SCSI_HD) |
2590 | 370 |
371 s6_tc3.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
372 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID6) $(SCSI_HD) |
2590 | 373 |
374 sh_tc3.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
375 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(HDBDOS) |
2590 | 376 |
377 # IDE Descriptors | |
378 ddi0_ide.dd: superdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
379 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) -DDD=1 |
2590 | 380 |
381 i0_ide.dd: superdesc.asm | |
382 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) | |
383 | |
384 i1_ide.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
385 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(SLAVE) |
2590 | 386 |
387 ih_ide.dd: superdesc.asm | |
2799
5a3acdd1c7d6
Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors.
drencor-xeen
parents:
2798
diff
changeset
|
388 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(HDBDOS) |
2590 | 389 |
3033 | 390 # CoCo SDC Descriptors |
2818
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2817
diff
changeset
|
391 ddsd0_cocosdc.dd: superdesc.asm |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
392 $(AS) $(ASOUT)$@ $< $(SDFLAGS) -DDD=1 |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
393 |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
394 sd0_cocosdc.dd: superdesc.asm |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
395 $(AS) $(ASOUT)$@ $< $(SDFLAGS) -DITDRV=0 |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
396 |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
397 sd1_cocosdc.dd: superdesc.asm |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2799
diff
changeset
|
398 $(AS) $(ASOUT)$@ $< $(SDFLAGS) -DITDRV=1 |
2590 | 399 |
3141
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
400 # CoCo3FPGA SD Descriptors |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
401 ddsd0_coco3fpga.dd: superdesc.asm |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
402 $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DDD=1 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
403 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
404 sd0_coco3fpga.dd: superdesc.asm |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
405 $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DITDRV=0 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
406 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
407 sd1_coco3fpga.dd: superdesc.asm |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
408 $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DITDRV=1 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
409 |
2468 | 410 # RFM descriptors |
411 ddy0.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
412 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0 |
2468 | 413 |
414 y0.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
415 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 |
2468 | 416 |
417 y1.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
418 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1 |
2468 | 419 |
420 y2.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
421 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2 |
2468 | 422 |
423 y3.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
424 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3 |
2468 | 425 |
2048 | 426 # Clocks |
427 clock_60hz: clock.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
428 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=60 |
2048 | 429 |
430 clock_50hz: clock.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
431 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=50 |
2048 | 432 |
433 clock2_cloud9: clock2_ds1315.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
434 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCLOUD9=1 |
2048 | 435 |
436 clock2_bnb: clock2_ds1315.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
437 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DBNB=1 |
2048 | 438 |
439 clean: | |
440 $(CD) kernel; make $@ | |
441 $(RM) $(ALLOBJS) | |
442 | |
443 showobjs: | |
444 @$(ECHO) $(ALLOBJS) | |
445 | |
446 showboottrack: | |
447 @$(ECHO) $(BOOTTRACK) | |
448 | |
449 showkernel: | |
450 @$(ECHO) $(KERNEL) | |
451 | |
452 showsysmods: | |
453 @$(ECHO) $(SYSMODS) | |
454 | |
455 showclocks: | |
456 @$(ECHO) $(CLOCKS) | |
457 | |
458 showrbf: | |
459 @$(ECHO) $(RBF) | |
460 | |
461 showscf: | |
462 @$(ECHO) $(SCF) | |
463 | |
464 showpipe: | |
465 @$(ECHO) $(PIPE) | |
466 | |
467 identify: | |
468 $(IDENT_SHORT) $(ALLOBJS) |