Mercurial > hg > Members > kono > nitros9-code
changeset 1976:b53734fef0ea
Pass correct steprate to boot_d64.asm
author | afra |
---|---|
date | Sun, 08 Jan 2006 23:09:41 +0000 |
parents | 434d4bf3895b |
children | d88e7ec829a5 |
files | level1/modules/makefile.dragon |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/makefile.dragon Sun Jan 08 23:08:31 2006 +0000 +++ b/level1/modules/makefile.dragon Sun Jan 08 23:09:41 2006 +0000 @@ -13,7 +13,7 @@ # # 2006-01-08, P.Harvey-Smith. # Added descriptors for original Dragon Data single sided 5.25" drives. -# +# Pass step rate to boot_d64, so that boot module steprate set correctly. include ../../rules.mak @@ -73,10 +73,10 @@ $(CP) kernel/$@ . boot_d64: boot_d64.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aSTEP=0 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aStep=$(STEP) boot_dalpha: boot_d64.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aSTEP=0 -aDragonAlpha=1 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aStep=$(STEP) -aDragonAlpha=1 # Clocks clock_60hz: clock.asm