changeset 3167:33f8afc79af2

Create new clock mc09clock_91hz for Carsten's over-clocked mc09
author Neal Crook <foofoobedoo@gmail.com>
date Sat, 08 Apr 2017 20:26:29 +0100
parents 2a29a35c5d2c
children fdc657942606
files level2/mc09l2/modules/makefile
diffstat 1 files changed, 5 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- 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 $@