annotate level2/coco3/modules/makefile @ 3278:ea1afb494127

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