
CC (1T) -> DC (if R=0, output XT) -> DC (if T>60, output 1R) -> DC (if F=0, output XR)
*Constant Combinator, Decider Combinator, their properties are listed left to right
I'm trying to make a clock but I'm using the Reset value of the Tick counter as the Second counter, the issue I'm having is the Reset value ticks twice. While yes I can simply double the seconds asked of whatever relies on the timer, but I would like to mitigate this instead.
For if you want a closer look