Mercurial > hg > Members > kono > nitros9-code
changeset 3004:32ab0f9980a7
level3 makefiles: Add ROM modules to coco3_6309 as well
And add nitro and end to coco3.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 26 Oct 2014 16:40:51 +0100 |
parents | 68a167bc476d |
children | 09de6790d164 |
files | level3/coco3/modules/makefile level3/coco3_6309/modules/makefile |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/level3/coco3/modules/makefile Sun Oct 26 13:02:12 2014 +0100 +++ b/level3/coco3/modules/makefile Sun Oct 26 16:40:51 2014 +0100 @@ -27,7 +27,7 @@ boot_tc3 boot_ide 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 -SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors +SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors nitro end CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ clock2_smart clock2_harris clock2_cloud9 clock2_soft \
--- a/level3/coco3_6309/modules/makefile Sun Oct 26 13:02:12 2014 +0100 +++ b/level3/coco3_6309/modules/makefile Sun Oct 26 16:40:51 2014 +0100 @@ -27,7 +27,7 @@ boot_tc3 boot_ide 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 -SYSMODS = ioman init sysgo_h0 sysgo_dd nitro end +SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors nitro end CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ clock2_smart clock2_harris clock2_cloud9 clock2_soft \ @@ -154,7 +154,10 @@ sysgo_h0: sysgo.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) - + +sysgo_rom: sysgo.asm + $(AS) $< $(ASOUT)$@ $(AFLAGS) -DROM=1 + # Floppy descriptors SSDD35 = -DCyls=35 -DSides=1 -DSectTrk=18 -DSectTrk0=18 \ -DInterlv=3 -DSAS=8 -DDensity=1