Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/modules/makefile @ 2898:28ed72477814 lwtools-port
Dummy merge of default branch into lwtools
hg -y merge --tool=internal:fail default
hg revert --all --no-backup --rev .
hg resolve -a -m
This dummy merge discards any changes from the default branch
so that the result is the same as what lwtools already had.
When merging back to default branch later, the discarded
changes will be discarded there also, so the result
will be that the default branch will contain what
the lwtools branch had before these merges.
Only scripts/burst was "rescued" from default branch.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 11 Jan 2014 18:40:44 +0100 |
parents | 84d284e812cd 1addfd8c9d5f |
children | aca7cb40b74e |
rev | line source |
---|---|
2048 | 1 PORT = coco3 |
2 include $(NITROS9DIR)/rules.mak | |
3 | |
2050 | 4 vpath %.asm kernel:$(LEVEL2)/modules:$(LEVEL1)/modules |
5 | |
6 AFLAGS += -I$(LEVEL1)/modules | |
2048 | 7 |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
8 CLOCKELIM = -DRTCElim=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
9 CLOCKDISTO2 = -DRTCDsto2=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
10 CLOCKDISTO4 = -DRTCDsto4=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
11 CLOCKBNB = -DRTCBB=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
12 CLOCKSMART = -DRTCSmart=1 -DMPIFlag=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
13 CLOCKHARRIS = -DRTCHarrs=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
14 CLOCKCLOUD9 = -DRTCCloud9=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
15 CLOCKSOFT = -DRTCSoft=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
16 CLOCKMESSEMU = -DRTCMessEmu=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
17 CLOCKJVEMU = -DRTCJVEmu=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
18 TC3FLAGS = $(AFLAGS) -DTC3=1 $(FLAGS) |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
19 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
|
20 SDFLAGS = $(AFLAGS) -DCOCOSDC=1 -DITTYP=128 $(FLAGS) |
2048 | 21 |
22 DEPENDS = ./makefile | |
2590 | 23 TPB = $(3RDPARTY)/booters |
2048 | 24 |
25 BOOTERS = boot_1773_6ms boot_1773_30ms \ | |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
26 boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ |
2609
9dd4f422aac7
Added NitrOS-9 ROM Kit from Cloud-9
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2590
diff
changeset
|
27 boot_tc3 boot_ide boot_rom |
2048 | 28 BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn |
29 KERNEL = krnp2 krnp3_perr krnp4_regdump | |
2609
9dd4f422aac7
Added NitrOS-9 ROM Kit from Cloud-9
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2590
diff
changeset
|
30 SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors |
2048 | 31 CLOCKS = clock_60hz clock_50hz \ |
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 \ |
2590 | 45 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
|
46 rbsuper.dr lltc3.dr llide.dr llcocosdc.dr \ |
2590 | 47 ddi0_ide.dd i0_ide.dd i1_ide.dd ih_ide.dd \ |
48 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
|
49 s5_tc3.dd s6_tc3.dd sh_tc3.dd \ |
2818
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2817
diff
changeset
|
50 ddsd0_cocosdc.dd sd0_cocosdc.dd sd1_cocosdc.dd |
2048 | 51 |
52 SCF = scf.mn \ | |
2180 | 53 vtio.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr sc6551.dr \ |
2048 | 54 cowin.io cogrf.io covdg.io covdg_small.io \ |
55 keydrv_cc3.sb snddrv_cc3.sb \ | |
56 joydrv_joy.sb joydrv_6551L.sb joydrv_6552L.sb \ | |
57 joydrv_6551M.sb joydrv_6552M.sb \ | |
2180 | 58 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
|
59 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
|
60 ftdd.dd vi.dd ssp.dd term_scbbt.dt term_sc6551.dt \ |
2048 | 61 term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \ |
2142 | 62 w3.dw w4.dw w5.dw w6.dw w7.dw \ |
63 w8.dw w9.dw w10.dw w11.dw w12.dw w13.dw w14.dw w15.dw \ | |
64 v1.dw v2.dw v3.dw v4.dw v5.dw \ | |
2242 | 65 v6.dw v7.dw \ |
2693 | 66 scdwv.dr term_scdwv.dt n_scdwv.dd \ |
67 n1_scdwv.dd n2_scdwv.dd n3_scdwv.dd \ | |
68 n4_scdwv.dd n5_scdwv.dd n6_scdwv.dd n7_scdwv.dd \ | |
69 n8_scdwv.dd n9_scdwv.dd n10_scdwv.dd n11_scdwv.dd \ | |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
70 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
|
71 term_z_scdwv.dt z1_scdwv.dd z2_scdwv.dd z3_scdwv.dd \ |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
72 z4_scdwv.dd z5_scdwv.dd z6_scdwv.dd z7_scdwv.dd \ |
2048 | 73 |
74 PIPE = pipeman.mn pipeman_named.mn \ | |
75 piper.dr \ | |
76 pipe.dd | |
77 | |
2468 | 78 RFM = rfm.mn rfmdrv.dr ddy0.dd y0.dd y1.dd y2.dd y3.dd |
79 | |
2048 | 80 # |
81 # The following macros represent a collection of modules for various | |
82 # kernel tracks and bootfile configurations. | |
83 # | |
84 KERNEL_1773 = rel_32 boot_1773 krn | |
85 KERNEL_RAMPAK = rel_32 $(TPB)/boot_rampak krn | |
86 KERNEL_KENTON = rel_32 $(TPB)/boot_kenton krn | |
87 KERNEL_IDE = rel_32 $(TPB)/boot_ide krn | |
88 | |
2468 | 89 ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) $(RFM) |
2048 | 90 |
91 all: $(ALLOBJS) | |
92 | |
93 # Kernel | |
2615
530759e9f289
Added ccbkrn from Brett Gordon (level 2 only for now)
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2609
diff
changeset
|
94 ccbkrn krn krnp2: |
2048 | 95 $(CD) kernel; make $@ |
2869
cfa6222348f7
makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents:
2868
diff
changeset
|
96 $(OS9COPY) kernel/$@ . |
2048 | 97 |
98 # Special cases | |
2590 | 99 # TC^3 SCSI Booter |
100 boot_tc3: boot_scsi.asm | |
101 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) | |
102 | |
103 # SuperIDE/Glenside IDE Booter | |
104 boot_ide: boot_ide.asm | |
105 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) | |
106 | |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
107 # DriveWire Becker Booter |
2868
cfa46960b6bd
makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents:
2758
diff
changeset
|
108 boot_dw_becker: boot_dw.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
109 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1 |
2547 | 110 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
111 # 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
|
112 dwio_becker.sb: dwio.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
113 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1 |
2547 | 114 |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
115 # DriveWire Becker Booter |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
116 boot_dw_arduino: boot_dw.asm |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
117 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DARDUINO=1 |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
118 |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
119 # DriveWire Arduino Submodule |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
120 dwio_arduino.sb: dwio.asm |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
121 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DARDUINO=1 |
2547 | 122 |
2590 | 123 # CoGrf/CoVDG Modules |
2048 | 124 cogrf.io: cowin.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
125 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DCoGrf=1 |
2048 | 126 |
2590 | 127 covdg.io: covdg.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
128 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCOCO2=1 |
2590 | 129 |
130 covdg_small.io: covdg.asm | |
131 $(AS) $(AFLAGS) $(ASOUT)$@ $< | |
132 | |
133 # Disto SC-II Drivers | |
2048 | 134 rb1773_scii_ff74.dr: rb1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
135 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 |
2048 | 136 |
137 rb1773_scii_ff58.dr: rb1773.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
138 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 -DSCIIALT=1 |
2048 | 139 |
2590 | 140 # REL Modules |
2048 | 141 rel_32: rel.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
142 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 |
2048 | 143 |
144 rel_40: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
145 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40 |
2048 | 146 |
147 rel_80: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
148 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 |
2048 | 149 |
150 rel_32_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
151 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 -DTkPerSec=50 |
2048 | 152 |
153 rel_40_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
154 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40 -DTkPerSec=50 |
2048 | 155 |
156 rel_80_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
157 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 -DTkPerSec=50 |
2048 | 158 |
2590 | 159 # Floppy Booters |
2048 | 160 boot_1773_6ms: boot_1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
161 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=0 |
2048 | 162 |
163 boot_1773_30ms: boot_1773.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
164 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=3 |
2048 | 165 |
2590 | 166 # SysGo Modules |
2048 | 167 sysgo_dd: sysgo.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
168 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 |
2048 | 169 |
170 sysgo_h0: sysgo.asm | |
171 $(AS) $< $(ASOUT)$@ $(AFLAGS) | |
172 | |
2609
9dd4f422aac7
Added NitrOS-9 ROM Kit from Cloud-9
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2590
diff
changeset
|
173 sysgo_rom: sysgo.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
174 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DROM=1 |
2609
9dd4f422aac7
Added NitrOS-9 ROM Kit from Cloud-9
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2590
diff
changeset
|
175 |
2590 | 176 # TC^3 SCSI Driver |
177 lltc3.dr: llscsi.asm | |
178 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) | |
179 | |
180 # IDE Driver | |
181 llide.dr: llide.asm | |
182 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) | |
183 | |
2048 | 184 # Floppy descriptors |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
185 SSDD35 = -DCyls=35 -DSides=1 -DSectTrk=18 -DSectTrk0=18 \ |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
186 -DInterlv=3 -DSAS=8 -DDensity=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
187 DSDD40 = -DCyls=40 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
188 -DInterlv=3 -DSAS=8 -DDensity=1 |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
189 DSDD80 = -DCyls=80 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ |
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
190 -DInterlv=3 -DSAS=8 -DDensity=1 -DD35 |
2048 | 191 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
192 # 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
|
193 HDBDOS = -DHB $(SSDD35) $(ID0) -DITDNS=8 |
2048 | 194 |
195 ddd0_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
196 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0 -DDD=1 |
2048 | 197 |
198 d0_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
199 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0 |
2048 | 200 |
201 d1_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
202 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=1 |
2048 | 203 |
204 d2_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
205 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=2 |
2048 | 206 |
207 d3_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
208 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=3 |
2048 | 209 |
210 ddd0_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
211 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0 -DDD=1 |
2048 | 212 |
213 d0_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
214 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0 |
2048 | 215 |
216 d1_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
217 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=1 |
2048 | 218 |
219 d2_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
220 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=2 |
2048 | 221 |
222 ddd0_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
223 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0 -DDD=1 |
2048 | 224 |
225 d0_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
226 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0 |
2048 | 227 |
228 d1_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
229 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=1 |
2048 | 230 |
231 d2_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
232 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=2 |
2048 | 233 |
234 # RAM Disk descriptors | |
235 r0_8k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
236 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8 |
2048 | 237 |
238 ddr0_8k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
239 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8 -DDD=1 |
2048 | 240 |
241 r0_96k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
242 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96 |
2048 | 243 |
244 ddr0_96k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
245 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96 -DDD=1 |
2048 | 246 |
247 r0_128k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
248 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128 |
2048 | 249 |
250 ddr0_128k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
251 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128 -DDD=1 |
2048 | 252 |
253 r0_192k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
254 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 |
2048 | 255 |
256 ddr0_192k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
257 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 -DDD=1 |
2048 | 258 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
259 # DriveWire SCF descriptors |
2693 | 260 term_scdwv.dt: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
261 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=0 |
2258 | 262 |
2693 | 263 n_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
264 $(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
|
265 |
2693 | 266 n1_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
267 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=1 |
2258 | 268 |
2693 | 269 n2_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
270 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=2 |
2258 | 271 |
2693 | 272 n3_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
273 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=3 |
2258 | 274 |
2693 | 275 n4_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
276 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=4 |
2258 | 277 |
2693 | 278 n5_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
279 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=5 |
2258 | 280 |
2693 | 281 n6_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
282 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=6 |
2293 | 283 |
2693 | 284 n7_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
285 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=7 |
2293 | 286 |
2693 | 287 n8_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
288 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=8 |
2293 | 289 |
2693 | 290 n9_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
291 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=9 |
2293 | 292 |
2693 | 293 n10_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
294 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=10 |
2293 | 295 |
2693 | 296 n11_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
297 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=11 |
2293 | 298 |
2693 | 299 n12_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
300 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=12 |
2293 | 301 |
2693 | 302 n13_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
303 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=13 |
2293 | 304 |
2693 | 305 midi_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
306 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=14 |
2258 | 307 |
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
|
308 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
|
309 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=16 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
310 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
311 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
|
312 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=17 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
313 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
314 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
|
315 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=18 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
316 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
317 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
|
318 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=19 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
319 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
320 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
|
321 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=20 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
322 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
323 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
|
324 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=21 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
325 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
326 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
|
327 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=22 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
328 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
329 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
|
330 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=23 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
331 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
332 # DriveWire RBF descriptors |
2180 | 333 ddx0.dd: dwdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
334 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0 |
2180 | 335 |
336 x0.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
337 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 |
2180 | 338 |
339 x1.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
340 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1 |
2180 | 341 |
342 x2.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
343 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2 |
2180 | 344 |
345 x3.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
346 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3 |
2180 | 347 |
2590 | 348 # TC^3 SCSI Descriptors |
349 dds0_tc3.dd: superdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
350 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) -DDD=1 |
2590 | 351 |
352 s0_tc3.dd: superdesc.asm | |
353 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) $(SCSI_HD) | |
354 | |
355 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
|
356 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID1) $(SCSI_HD) |
2590 | 357 |
358 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
|
359 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID2) $(SCSI_HD) |
2590 | 360 |
361 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
|
362 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID3) $(SCSI_HD) |
2590 | 363 |
364 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
|
365 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID4) $(SCSI_HD) |
2590 | 366 |
367 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
|
368 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID5) $(SCSI_HD) |
2590 | 369 |
370 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
|
371 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID6) $(SCSI_HD) |
2590 | 372 |
373 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
|
374 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(HDBDOS) |
2590 | 375 |
376 # IDE Descriptors | |
377 ddi0_ide.dd: superdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
378 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) -DDD=1 |
2590 | 379 |
380 i0_ide.dd: superdesc.asm | |
381 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) | |
382 | |
383 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
|
384 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(SLAVE) |
2590 | 385 |
386 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
|
387 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(HDBDOS) |
2590 | 388 |
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
|
389 # SuperSD Descriptors |
2818
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2817
diff
changeset
|
390 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
|
391 $(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
|
392 |
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 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
|
394 $(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
|
395 |
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 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
|
397 $(AS) $(ASOUT)$@ $< $(SDFLAGS) -DITDRV=1 |
2590 | 398 |
2468 | 399 # RFM descriptors |
400 ddy0.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
401 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0 |
2468 | 402 |
403 y0.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
404 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 |
2468 | 405 |
406 y1.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
407 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1 |
2468 | 408 |
409 y2.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
410 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2 |
2468 | 411 |
412 y3.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
413 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3 |
2468 | 414 |
2048 | 415 # Clocks |
416 clock_60hz: clock.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
417 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=60 |
2048 | 418 |
419 clock_50hz: clock.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
420 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=50 |
2048 | 421 |
422 clock2_cloud9: clock2_ds1315.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
423 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCLOUD9=1 |
2048 | 424 |
425 clock2_bnb: clock2_ds1315.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
426 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DBNB=1 |
2048 | 427 |
428 clean: | |
429 $(CD) kernel; make $@ | |
430 $(RM) $(ALLOBJS) | |
431 | |
432 showobjs: | |
433 @$(ECHO) $(ALLOBJS) | |
434 | |
435 showboottrack: | |
436 @$(ECHO) $(BOOTTRACK) | |
437 | |
438 showkernel: | |
439 @$(ECHO) $(KERNEL) | |
440 | |
441 showsysmods: | |
442 @$(ECHO) $(SYSMODS) | |
443 | |
444 showclocks: | |
445 @$(ECHO) $(CLOCKS) | |
446 | |
447 showrbf: | |
448 @$(ECHO) $(RBF) | |
449 | |
450 showscf: | |
451 @$(ECHO) $(SCF) | |
452 | |
453 showpipe: | |
454 @$(ECHO) $(PIPE) | |
455 | |
456 identify: | |
457 $(IDENT_SHORT) $(ALLOBJS) |