changeset 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 c0bb75b72339
children 1a7d8f148c61
files level2/coco3/modules/makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/modules/makefile	Sun Feb 08 17:44:00 2015 -0600
+++ b/level2/coco3/modules/makefile	Sun Feb 08 17:44:56 2015 -0600
@@ -24,7 +24,7 @@
 
 BOOTERS		= boot_1773_6ms boot_1773_30ms \
 		boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \
-		boot_tc3 boot_ide boot_sdc boot_rom
+		boot_tc3 boot_dide boot_ide boot_sdc boot_rom 
 BOOTTRACK	= rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn
 KERNEL		= krnp2 krnp3_perr krnp4_regdump ccbkrn
 SYSMODS		= ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors
@@ -105,6 +105,9 @@
 boot_ide: boot_ide.asm
 	$(AS) $(ASOUT)$@ $< $(IDEFLAGS)
 
+boot_dide: boot_ide.asm
+	$(AS) $(ASOUT)$@ $< $(IDEFLAGS) -DDEBLOCK
+
 # CoCo SDC Booter
 boot_sdc: boot_sdc.asm
 	$(AS) $(ASOUT)$@ $< $(SDFLAGS)