Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/modules/makefile @ 3033:7028ce216ccf
Added SDC boot module from Darren Atkinson
author | tlindner |
---|---|
date | Tue, 23 Dec 2014 21:14:58 -0800 |
parents | eb04ba1c507f |
children | 22122ff8bef3 |
line wrap: on
line diff
--- a/level2/coco3/modules/makefile Mon Dec 22 21:06:37 2014 -0800 +++ b/level2/coco3/modules/makefile Tue Dec 23 21:14:58 2014 -0800 @@ -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_rom + boot_tc3 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,10 @@ boot_ide: boot_ide.asm $(AS) $(ASOUT)$@ $< $(IDEFLAGS) +# CoCo SDC Booter +boot_sdc: boot_sdc.asm + $(AS) $(ASOUT)$@ $< $(SDFLAGS) + # DriveWire Becker Booter boot_dw_becker: boot_dw.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1 @@ -387,7 +391,7 @@ ih_ide.dd: superdesc.asm $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(HDBDOS) -# SuperSD Descriptors +# CoCo SDC Descriptors ddsd0_cocosdc.dd: superdesc.asm $(AS) $(ASOUT)$@ $< $(SDFLAGS) -DDD=1