Skip to content

Commit

Permalink
Merge pull request #122 from philburk/timeadv
Browse files Browse the repository at this point in the history
time: reduce time-advance
  • Loading branch information
philburk authored Nov 5, 2019
2 parents 39e5c10 + 26c5ab7 commit e60fdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmsl/fth/time.fth
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ stack.header vtime-stack
'c ahead.time@ is time@
'c rtc.time+! is time+!
'c noop is self.clock
rtc.rate@ time-advance !
rtc.rate@ 6 / time-advance !
rtc.rate@ 2* 3 / ticks/beat !
anow
vtime-data vtime_smax vtime-stack stack.setup
Expand Down

0 comments on commit e60fdef

Please sign in to comment.