I have a digital clock connected to an MM74C915 7 segment to BCD encoder, which goes into a 74LS42 BCD to 1 of 10 decoder. (Think like a CD4017 but BCD)
Need to somehow convert the 1 of 10 output into a single pulse, everytime the decoder increments.
What I'm using it for:
I have an LM8361 digital clock IC, connected to 7 segments with a ring of 60 LEDs that are driven by a CD4017 from 1Hz pulses.
I need to reset the 4017 every minute to keep the 60 LED ring in sync/sequence with the clock.
Thats where the 7 segment to BCD encoder and BCD to 1 of 10 decoder comes in. It's on the minutes digit. Need to get 1 quick pulse per minute when the digit on the clock changes, from the counter chain as a single pulse (one shot). I've tried or gates, but that just results in a constant minute long output.
What can I connect to the 74LS42 to achieve this? Please note, I am trying to avoid using microcontrollers if at all possible. 