lengthen cdelay pauses by a factor of 10
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 21 Feb 2022 22:05:07 +0000 (22:05 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 21 Feb 2022 22:05:07 +0000 (22:05 +0000)
coldboot/Makefile

index 1180178e7746f40420697d18e20179148876c391..7ac6333302f51364e88ef99074e6cc6acf9df639 100644 (file)
@@ -7,8 +7,8 @@ endif
 
 # a multiplier factor on sleep loops. this allows simulations to run
 # at much shorter intervals
-LONG_TIMER_MULT ?= 10000
-SHORT_TIMER_MULT ?= 100
+LONG_TIMER_MULT ?= 100000
+SHORT_TIMER_MULT ?= 1000
 #LONG_TIMER_MULT ?= 1
 #SHORT_TIMER_MULT ?= 1