Mercurial > hg > Members > kono > nitros9-code
comparison level2/coco3/modules/makefile @ 3064:ff6d97180a93
updated coco3 modules makefile to make new ide booter
author | David Ladd <drencor-xeen@users.sf.net> |
---|---|
date | Sun, 08 Feb 2015 17:44:56 -0600 |
parents | 22122ff8bef3 |
children | f0aaf9c29516 |
comparison
equal
deleted
inserted
replaced
3063:c0bb75b72339 | 3064:ff6d97180a93 |
---|---|
22 DEPENDS = ./makefile | 22 DEPENDS = ./makefile |
23 TPB = $(3RDPARTY)/booters | 23 TPB = $(3RDPARTY)/booters |
24 | 24 |
25 BOOTERS = boot_1773_6ms boot_1773_30ms \ | 25 BOOTERS = boot_1773_6ms boot_1773_30ms \ |
26 boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ | 26 boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ |
27 boot_tc3 boot_ide boot_sdc boot_rom | 27 boot_tc3 boot_dide boot_ide boot_sdc boot_rom |
28 BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn | 28 BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn |
29 KERNEL = krnp2 krnp3_perr krnp4_regdump ccbkrn | 29 KERNEL = krnp2 krnp3_perr krnp4_regdump ccbkrn |
30 SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors | 30 SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors |
31 CLOCKS = clock_60hz clock_50hz \ | 31 CLOCKS = clock_60hz clock_50hz \ |
32 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ | 32 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ |
103 | 103 |
104 # SuperIDE/Glenside IDE Booter | 104 # SuperIDE/Glenside IDE Booter |
105 boot_ide: boot_ide.asm | 105 boot_ide: boot_ide.asm |
106 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) | 106 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) |
107 | 107 |
108 boot_dide: boot_ide.asm | |
109 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) -DDEBLOCK | |
110 | |
108 # CoCo SDC Booter | 111 # CoCo SDC Booter |
109 boot_sdc: boot_sdc.asm | 112 boot_sdc: boot_sdc.asm |
110 $(AS) $(ASOUT)$@ $< $(SDFLAGS) | 113 $(AS) $(ASOUT)$@ $< $(SDFLAGS) |
111 | 114 |
112 # DriveWire Becker Booter | 115 # DriveWire Becker Booter |