# HG changeset patch # User Neal Crook # Date 1491679589 -3600 # Node ID 33f8afc79af2983de298288984d591e51173b3a1 # Parent 2a29a35c5d2c01b1d652fbaedfeaf5067306d922 Create new clock mc09clock_91hz for Carsten's over-clocked mc09 diff -r 2a29a35c5d2c -r 33f8afc79af2 level2/mc09l2/modules/makefile --- a/level2/mc09l2/modules/makefile Thu Apr 06 23:02:20 2017 +0100 +++ b/level2/mc09l2/modules/makefile Sat Apr 08 20:26:29 2017 +0100 @@ -5,16 +5,7 @@ AFLAGS += -I$(LEVEL1)/modules -CLOCKELIM = -DRTCElim=1 -CLOCKDISTO2 = -DRTCDsto2=1 -CLOCKDISTO4 = -DRTCDsto4=1 -CLOCKBNB = -DRTCBB=1 -CLOCKSMART = -DRTCSmart=1 -DMPIFlag=1 -CLOCKHARRIS = -DRTCHarrs=1 -CLOCKCLOUD9 = -DRTCCloud9=1 CLOCKSOFT = -DRTCSoft=1 -CLOCKMESSEMU = -DRTCMessEmu=1 -CLOCKJVEMU = -DRTCJVEmu=1 TC3FLAGS = $(AFLAGS) -DTC3=1 $(FLAGS) IDEFLAGS = $(AFLAGS) -DIDE=1 $(FLAGS) SDFLAGS = $(AFLAGS) -DCOCOSDC=1 -DITTYP=128 $(FLAGS) @@ -27,7 +18,7 @@ KERNEL = krnp2 krnp3_perr krnp4_regdump SYSMODS = ioman init sysgo_dd rominfo vectors -CLOCKS = clock_50hz clock2_soft clock2_dw mc09clock_50hz +CLOCKS = clock2_soft clock2_dw mc09clock_50hz mc09clock_91hz RBF = rbf.mn \ rbdw.dr dwio.sb \ @@ -239,11 +230,11 @@ $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3 # Clocks -clock_50hz: clock.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=50 +mc09clock_50hz: mc09clock.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -DTkPerSec=50 -mc09clock_50hz: mc09clock.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=50 +mc09clock_91hz: mc09clock.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -DTkPerSec=91 clean: $(CD) kernel; make $@