Mercurial > hg > Members > kono > nitros9-code
diff level1/dalpha/modules/makefile @ 2101:56f966b82dc4
Update for new build system
author | afra |
---|---|
date | Sun, 24 Sep 2006 22:44:36 +0000 |
parents | 46aa4db8204e |
children | 53c42701f680 e4a0f58a5f9b |
line wrap: on
line diff
--- a/level1/dalpha/modules/makefile Wed Sep 13 03:25:22 2006 +0000 +++ b/level1/dalpha/modules/makefile Sun Sep 24 22:44:36 2006 +0000 @@ -1,5 +1,5 @@ # -#modules/makefile +#level1/dalpha/modules/makefile # # 2005-04-24, P.Harvey-Smith, # made descriptors for both 40 & 80 track drives for Dragon 64. @@ -25,7 +25,8 @@ vpath %.asm $(LEVEL1)/modules -AFLAGS += -I$(LEVEL1)/modules +AFLAGS += -I$(LEVEL1)/modules + CLOCKELIM = -aRTCElim=1 CLOCKDISTO2 = -aRTCDsto2=1 CLOCKDISTO4 = -aRTCDsto4=1 @@ -79,7 +80,7 @@ $(CP) kernel/$@ . boot_dalpha: boot_d64.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aStep=0 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aStep=$(STEP) # Clocks clock_60hz: clock.asm @@ -98,13 +99,13 @@ SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ -aInterlv=2 -aSAS=8 -aDensity=1 -aStep=0 SSDD40 = -aCyls=40 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ - -aInterlv=2 -aSAS=8 -aDensity=1 -aStep=0 + -aInterlv=2 -aSAS=8 -aDensity=1 -aStep=$(STEP) DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ - -aInterlv=2 -aSAS=8 -aDensity=1 -aStep=0 + -aInterlv=2 -aSAS=8 -aDensity=1 -aStep=$(STEP) SSDD80 = -aCyls=80 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ - -aInterlv=2 -aSAS=8 -aDensity=1 -aD35 -aStep=0 + -aInterlv=2 -aSAS=8 -aDensity=1 -aD35 -aStep=$(STEP) DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ - -aInterlv=2 -aSAS=8 -aDensity=1 -aD35 -aStep=0 + -aInterlv=2 -aSAS=8 -aDensity=1 -aD35 -aStep=$(STEP) #Dragon Alpha # Internal drives on Alpha are Single Sided 80 track.