Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/modules/makefile @ 3295:6b7a7b233925 default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Tue, 19 Apr 2022 18:12:17 +0200 |
parents | c467fd80252c |
children |
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 |
3150
37737e5ec640
Add coco3fpga RAM disk and RTC driver
Bill Pierce <merlinious999@gmail.com>
parents:
3141
diff
changeset
|
17 CLOCKCOCO3FPGA = -DRTCCoco3CPGA=1 |
2689
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) |
3141
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
21 CC3FPGAFLAGS = $(AFLAGS) -DCC3FPGA=1 $(FLAGS) |
2048 | 22 |
23 DEPENDS = ./makefile | |
2590 | 24 TPB = $(3RDPARTY)/booters |
2048 | 25 |
26 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
|
27 boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ |
3248
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
28 boot_tc3 boot_dide boot_ide boot_sdc boot_rom boot_dw_rs232pak boot_dw_directmodempak \ |
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
29 boot_dw_cocolink |
2048 | 30 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
|
31 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
|
32 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
|
33 CLOCKS = clock_60hz clock_50hz \ |
2048 | 34 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ |
35 clock2_smart clock2_harris clock2_cloud9 clock2_soft \ | |
3150
37737e5ec640
Add coco3fpga RAM disk and RTC driver
Bill Pierce <merlinious999@gmail.com>
parents:
3141
diff
changeset
|
36 clock2_jvemu clock2_messemu clock2_dw clock2_coco3fpga |
2048 | 37 |
38 RBF = rbf.mn \ | |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
39 rbdw.dr dwio.sb dwio_becker.sb dwio_arduino.sb \ |
3248
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
40 dwio_rs232pak.sb dwio_directmodempak.sb dwio_cocolink.sb \ |
2048 | 41 rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \ |
42 d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \ | |
43 d0_40d.dd d1_40d.dd d2_40d.dd d0_80d.dd \ | |
44 d1_80d.dd d2_80d.dd \ | |
45 ddd0_35s.dd ddd0_40d.dd ddd0_80d.dd \ | |
46 rammer.dr r0_8k.dd r0_96k.dd r0_128k.dd r0_192k.dd \ | |
2180 | 47 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
|
48 myram.dr mr0.dd \ |
2590 | 49 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
|
50 rbsuper.dr lltc3.dr llide.dr llcocosdc.dr \ |
2590 | 51 ddi0_ide.dd i0_ide.dd i1_ide.dd ih_ide.dd \ |
52 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
|
53 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
|
54 ddsd0_cocosdc.dd sd0_cocosdc.dd sd1_cocosdc.dd \ |
3150
37737e5ec640
Add coco3fpga RAM disk and RTC driver
Bill Pierce <merlinious999@gmail.com>
parents:
3141
diff
changeset
|
55 llcoco3fpga.dr ddsd0_coco3fpga.dd sd0_coco3fpga.dd sd1_coco3fpga.dd \ |
3291
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
56 ramd_coco3fpga.dr r0_ramd_coco3fpga.dd \ |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
57 emudsk.dr ddh0_emudsk.dd h0_emudsk.dd h1_emudsk.dd |
2048 | 58 |
59 SCF = scf.mn \ | |
2180 | 60 vtio.dr vrn.dr scbbp.dr scbbt.dr scdwp.dr sspak.dr sc6551.dr \ |
2048 | 61 cowin.io cogrf.io covdg.io covdg_small.io \ |
62 keydrv_cc3.sb snddrv_cc3.sb \ | |
63 joydrv_joy.sb joydrv_6551L.sb joydrv_6552L.sb \ | |
64 joydrv_6551M.sb joydrv_6552M.sb \ | |
2180 | 65 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
|
66 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
|
67 ftdd.dd vi.dd ssp.dd term_scbbt.dt term_sc6551.dt \ |
2048 | 68 term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \ |
2142 | 69 w3.dw w4.dw w5.dw w6.dw w7.dw \ |
70 w8.dw w9.dw w10.dw w11.dw w12.dw w13.dw w14.dw w15.dw \ | |
71 v1.dw v2.dw v3.dw v4.dw v5.dw \ | |
2242 | 72 v6.dw v7.dw \ |
2693 | 73 scdwv.dr term_scdwv.dt n_scdwv.dd \ |
74 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
|
75 n4_scdwv.dd n5_scdwv.dd n6_scdwv.dd n7_scdwv.dd \ |
2693 | 76 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
|
77 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
|
78 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
|
79 z4_scdwv.dd z5_scdwv.dd z6_scdwv.dd z7_scdwv.dd \ |
2048 | 80 |
81 PIPE = pipeman.mn pipeman_named.mn \ | |
82 piper.dr \ | |
83 pipe.dd | |
84 | |
2468 | 85 RFM = rfm.mn rfmdrv.dr ddy0.dd y0.dd y1.dd y2.dd y3.dd |
86 | |
87 ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) $(RFM) | |
2048 | 88 |
89 all: $(ALLOBJS) | |
90 | |
91 # Kernel | |
2615
530759e9f289
Added ccbkrn from Brett Gordon (level 2 only for now)
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2609
diff
changeset
|
92 ccbkrn krn krnp2: |
2048 | 93 $(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
|
94 $(CP) kernel/$@ . |
2048 | 95 |
96 # Special cases | |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
97 |
2590 | 98 # TC^3 SCSI Booter |
99 boot_tc3: boot_scsi.asm | |
100 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) | |
101 | |
102 # SuperIDE/Glenside IDE Booter | |
103 boot_ide: boot_ide.asm | |
104 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) | |
105 | |
3064
ff6d97180a93
updated coco3 modules makefile to make new ide booter
David Ladd <drencor-xeen@users.sf.net>
parents:
3053
diff
changeset
|
106 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
|
107 $(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
|
108 |
3033 | 109 # CoCo SDC Booter |
110 boot_sdc: boot_sdc.asm | |
111 $(AS) $(ASOUT)$@ $< $(SDFLAGS) | |
112 | |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
113 # DriveWire Becker Booter |
2868
cfa46960b6bd
makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents:
2758
diff
changeset
|
114 boot_dw_becker: boot_dw.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
115 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1 |
2547 | 116 |
3240
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
117 # DriveWire Deluxe RS232 Pak Booter |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
118 boot_dw_rs232pak: boot_dw.asm |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
119 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSY6551N=1 |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
120 |
3248
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
121 # DriveWire CoCoLINK RS232 Pak Booter |
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
122 boot_dw_cocolink: boot_dw.asm |
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
123 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSY6551N=1 -DSYCONSET=15 |
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
124 |
3240
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
125 # DriveWire DirectModem Pak Booter |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
126 boot_dw_directmodempak: boot_dw.asm |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
127 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSY6551N=1 -DSY6551B=65388 |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
128 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
129 # 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
|
130 dwio_becker.sb: dwio.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
131 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1 |
2547 | 132 |
3240
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
133 # DriveWire Deluxe RS232 Pak Submodule |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
134 dwio_rs232pak.sb: dwio.asm |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
135 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSY6551N=1 |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
136 |
3248
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
137 # DriveWire CoCoLINK RS232 Pak Submodule |
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
138 dwio_cocolink.sb: dwio.asm |
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
139 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSY6551N=1 -DSYCONSET=15 |
1d7d6a09a973
Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3240
diff
changeset
|
140 |
3240
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
141 # DriveWire Deluxe RS232 Pak Submodule |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
142 dwio_directmodempak.sb: dwio.asm |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
143 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSY6551N=1 -DSY6551B=65388 |
1d905c091f7b
Updated makefile in level1/coco1/modules to create the boot and dwio modules for DriveWire
David Ladd <drencor-xeen@users.sourceforge.net>
parents:
3150
diff
changeset
|
144 |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
145 # DriveWire Becker Booter |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
146 boot_dw_arduino: boot_dw.asm |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
147 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DARDUINO=1 |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
148 |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
149 # DriveWire Arduino Submodule |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
150 dwio_arduino.sb: dwio.asm |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
151 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DARDUINO=1 |
2547 | 152 |
2590 | 153 # CoGrf/CoVDG Modules |
2048 | 154 cogrf.io: cowin.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
155 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DCoGrf=1 |
2048 | 156 |
2590 | 157 covdg.io: covdg.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
158 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCOCO2=1 |
2590 | 159 |
160 covdg_small.io: covdg.asm | |
161 $(AS) $(AFLAGS) $(ASOUT)$@ $< | |
162 | |
163 # Disto SC-II Drivers | |
2048 | 164 rb1773_scii_ff74.dr: rb1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
165 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
166 |
2048 | 167 rb1773_scii_ff58.dr: rb1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
168 $(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
|
169 |
3291
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
170 emudsk.dr: emudsk.asm |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
171 $(AS) $< $(ASOUT)$@ $(AFLAGS) |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
172 |
2590 | 173 # REL Modules |
2048 | 174 rel_32: rel.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
175 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 |
2048 | 176 |
177 rel_40: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
178 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40 |
2048 | 179 |
180 rel_80: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
181 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 |
2048 | 182 |
183 rel_32_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
184 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 -DTkPerSec=50 |
2048 | 185 |
186 rel_40_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
187 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40 -DTkPerSec=50 |
2048 | 188 |
189 rel_80_50hz: rel.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
190 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 -DTkPerSec=50 |
2048 | 191 |
2590 | 192 # Floppy Booters |
2048 | 193 boot_1773_6ms: boot_1773.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
194 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=0 |
2048 | 195 |
196 boot_1773_30ms: boot_1773.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
197 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=3 |
2048 | 198 |
2590 | 199 # SysGo Modules |
2048 | 200 sysgo_dd: sysgo.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
201 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
202 |
2048 | 203 sysgo_h0: sysgo.asm |
204 $(AS) $< $(ASOUT)$@ $(AFLAGS) | |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
205 |
2609
9dd4f422aac7
Added NitrOS-9 ROM Kit from Cloud-9
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2590
diff
changeset
|
206 sysgo_rom: sysgo.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
207 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DROM=1 |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
208 |
2590 | 209 # TC^3 SCSI Driver |
210 lltc3.dr: llscsi.asm | |
211 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) | |
212 | |
213 # IDE Driver | |
214 llide.dr: llide.asm | |
215 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) | |
216 | |
2048 | 217 # Floppy descriptors |
3053
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
218 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
|
219 -DInterlv=3 -DSAS=8 -DDensity=1 |
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
220 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
|
221 -DInterlv=3 -DSAS=8 -DDensity=1 |
22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Tormod Volden <debian.tormod@gmail.com>
parents:
3033
diff
changeset
|
222 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
|
223 -DInterlv=3 -DSAS=8 -DDensity=1 -DD35 |
2048 | 224 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
225 # 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
|
226 HDBDOS = -DHB $(SSDD35) $(ID0) -DITDNS=8 |
2048 | 227 |
228 ddd0_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
229 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0 -DDD=1 |
2048 | 230 |
231 d0_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
232 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0 |
2048 | 233 |
234 d1_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
235 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=1 |
2048 | 236 |
237 d2_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
238 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=2 |
2048 | 239 |
240 d3_35s.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
241 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=3 |
2048 | 242 |
243 ddd0_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
244 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0 -DDD=1 |
2048 | 245 |
246 d0_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
247 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0 |
2048 | 248 |
249 d1_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
250 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=1 |
2048 | 251 |
252 d2_40d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
253 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=2 |
2048 | 254 |
255 ddd0_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
256 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0 -DDD=1 |
2048 | 257 |
258 d0_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
259 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0 |
2048 | 260 |
261 d1_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
262 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=1 |
2048 | 263 |
264 d2_80d.dd: rb1773desc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
265 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=2 |
2048 | 266 |
267 # RAM Disk descriptors | |
268 r0_8k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
269 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8 |
2048 | 270 |
271 ddr0_8k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
272 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8 -DDD=1 |
2048 | 273 |
274 r0_96k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
275 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96 |
2048 | 276 |
277 ddr0_96k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
278 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96 -DDD=1 |
2048 | 279 |
280 r0_128k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
281 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128 |
2048 | 282 |
283 ddr0_128k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
284 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128 -DDD=1 |
2048 | 285 |
286 r0_192k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
287 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 |
2048 | 288 |
289 ddr0_192k.dd: r0.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
290 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 -DDD=1 |
2048 | 291 |
3150
37737e5ec640
Add coco3fpga RAM disk and RTC driver
Bill Pierce <merlinious999@gmail.com>
parents:
3141
diff
changeset
|
292 # Coco3fpga ramd descriptors |
37737e5ec640
Add coco3fpga RAM disk and RTC driver
Bill Pierce <merlinious999@gmail.com>
parents:
3141
diff
changeset
|
293 r0_ramd_coco3fpga.dd: ramddesc_coco3fpga.asm |
37737e5ec640
Add coco3fpga RAM disk and RTC driver
Bill Pierce <merlinious999@gmail.com>
parents:
3141
diff
changeset
|
294 $(AS) $< $(ASOUT)$@ $(AFLAGS) |
37737e5ec640
Add coco3fpga RAM disk and RTC driver
Bill Pierce <merlinious999@gmail.com>
parents:
3141
diff
changeset
|
295 |
3291
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
296 # Emudsk descriptors |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
297 ddh0_emudsk.dd: emudskdesc.asm |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
298 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 -DDD=1 |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
299 |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
300 h0_emudsk.dd: emudskdesc.asm |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
301 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
302 |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
303 h1_emudsk.dd: emudskdesc.asm |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
304 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1 |
c467fd80252c
Moved the emudsk driver into level1/modules.
tlindner <tlindner@macmess.org>
parents:
3248
diff
changeset
|
305 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
306 # DriveWire SCF descriptors |
2693 | 307 term_scdwv.dt: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
308 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=0 |
2258 | 309 |
2693 | 310 n_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
311 $(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
|
312 |
2693 | 313 n1_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
314 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=1 |
2258 | 315 |
2693 | 316 n2_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
317 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=2 |
2258 | 318 |
2693 | 319 n3_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
320 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=3 |
2258 | 321 |
2693 | 322 n4_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
323 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=4 |
2258 | 324 |
2693 | 325 n5_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
326 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=5 |
2258 | 327 |
2693 | 328 n6_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
329 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=6 |
2293 | 330 |
2693 | 331 n7_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
332 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=7 |
2293 | 333 |
2693 | 334 n8_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
335 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=8 |
2293 | 336 |
2693 | 337 n9_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
338 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=9 |
2293 | 339 |
2693 | 340 n10_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
341 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=10 |
2293 | 342 |
2693 | 343 n11_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
344 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=11 |
2293 | 345 |
2693 | 346 n12_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
347 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=12 |
2293 | 348 |
2693 | 349 n13_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
350 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=13 |
2293 | 351 |
2693 | 352 midi_scdwv.dd: scdwvdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
353 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=14 |
2258 | 354 |
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
|
355 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
|
356 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=16 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
357 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
358 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
|
359 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=17 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
360 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
361 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
|
362 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=18 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
363 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
364 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
|
365 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=19 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
366 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
367 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
|
368 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=20 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
369 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
370 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
|
371 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=21 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
372 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
373 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
|
374 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=22 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
375 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
376 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
|
377 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=23 |
2659
95c7e747c154
Added support for virtual window (/Zx) devices
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2615
diff
changeset
|
378 |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2724
diff
changeset
|
379 # DriveWire RBF descriptors |
2180 | 380 ddx0.dd: dwdesc.asm |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
381 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0 |
2180 | 382 |
383 x0.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
384 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 |
2180 | 385 |
386 x1.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
387 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1 |
2180 | 388 |
389 x2.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
390 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2 |
2180 | 391 |
392 x3.dd: dwdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
393 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3 |
2180 | 394 |
2590 | 395 # TC^3 SCSI Descriptors |
396 dds0_tc3.dd: superdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
397 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) -DDD=1 |
2590 | 398 |
399 s0_tc3.dd: superdesc.asm | |
400 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) $(SCSI_HD) | |
401 | |
402 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
|
403 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID1) $(SCSI_HD) |
2590 | 404 |
405 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
|
406 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID2) $(SCSI_HD) |
2590 | 407 |
408 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
|
409 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID3) $(SCSI_HD) |
2590 | 410 |
411 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
|
412 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID4) $(SCSI_HD) |
2590 | 413 |
414 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
|
415 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID5) $(SCSI_HD) |
2590 | 416 |
417 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
|
418 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID6) $(SCSI_HD) |
2590 | 419 |
420 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
|
421 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(HDBDOS) |
2590 | 422 |
423 # IDE Descriptors | |
424 ddi0_ide.dd: superdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
425 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) -DDD=1 |
2590 | 426 |
427 i0_ide.dd: superdesc.asm | |
428 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) | |
429 | |
430 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
|
431 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(SLAVE) |
2590 | 432 |
433 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
|
434 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(HDBDOS) |
2590 | 435 |
3033 | 436 # CoCo SDC Descriptors |
2818
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2817
diff
changeset
|
437 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
|
438 $(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
|
439 |
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
|
440 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
|
441 $(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
|
442 |
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
|
443 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
|
444 $(AS) $(ASOUT)$@ $< $(SDFLAGS) -DITDRV=1 |
2590 | 445 |
3141
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
446 # CoCo3FPGA SD Descriptors |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
447 ddsd0_coco3fpga.dd: superdesc.asm |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
448 $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DDD=1 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
449 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
450 sd0_coco3fpga.dd: superdesc.asm |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
451 $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DITDRV=0 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
452 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
453 sd1_coco3fpga.dd: superdesc.asm |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
454 $(AS) $(ASOUT)$@ $< $(CC3FPGAFLAGS) -DITDRV=1 |
717ced83b885
coco3: Build SD card device descriptors for CoCo3FPGA
Bill Pierce <merlinious999@gmail.com>
parents:
3137
diff
changeset
|
455 |
2468 | 456 # RFM descriptors |
457 ddy0.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
458 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0 |
2468 | 459 |
460 y0.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
461 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0 |
2468 | 462 |
463 y1.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
464 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1 |
2468 | 465 |
466 y2.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
467 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2 |
2468 | 468 |
469 y3.dd: rfmdesc.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
470 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3 |
2468 | 471 |
2048 | 472 # Clocks |
473 clock_60hz: clock.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
474 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=60 |
2048 | 475 |
476 clock_50hz: clock.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
477 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=50 |
2048 | 478 |
479 clock2_cloud9: clock2_ds1315.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
480 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCLOUD9=1 |
2048 | 481 |
482 clock2_bnb: clock2_ds1315.asm | |
2689
80d85940d03b
Fixed screwed up merge
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2688
diff
changeset
|
483 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DBNB=1 |
2048 | 484 |
485 clean: | |
486 $(CD) kernel; make $@ | |
487 $(RM) $(ALLOBJS) | |
488 | |
489 showobjs: | |
490 @$(ECHO) $(ALLOBJS) | |
491 | |
492 showboottrack: | |
493 @$(ECHO) $(BOOTTRACK) | |
494 | |
495 showkernel: | |
496 @$(ECHO) $(KERNEL) | |
497 | |
498 showsysmods: | |
499 @$(ECHO) $(SYSMODS) | |
500 | |
501 showclocks: | |
502 @$(ECHO) $(CLOCKS) | |
503 | |
504 showrbf: | |
505 @$(ECHO) $(RBF) | |
506 | |
507 showscf: | |
508 @$(ECHO) $(SCF) | |
509 | |
510 showpipe: | |
511 @$(ECHO) $(PIPE) | |
512 | |
513 identify: | |
514 $(IDENT_SHORT) $(ALLOBJS) |