The 74LS92 is a divide-by-twelve counter, cascading divide-by-two and divide-by-six stages, a part that is both unusual and classic, descending from the 7492 in the original 1960's Texas Instruments TTL series. The datasheet usually covers 74LS90, 74LS92, and 74LS93 in one datasheet. The 74LS90 is a divide-by-ten BCD counter, cascading divide-by-two and divide-by-five stages. The 74LS93 is a divide-by-sixteen binary counter, cascading divide-by-two and divide-by-eight stages. I agree with David Ashton's suggestions. I last used a 74LS92 in a design in 1992, where the specific divide-by-six waveforms were exactly what I needed to cancel the third harmonic in a squarewave.If you have a single-pole double-throw SPDT switch or pushbutton, you can use two NAND gates in a 74LS00 to debounce the switch and give clean pulses. You can also use two normally-open NO pushbuttons, pushing the buttons alternately:Connect one input of each NAND gate to the output of the other NAND gate, creating an RS flipflop. You now have two free NAND-gate inputs. Connect one free input to the normally-closed NC contact of the switch and through a 1000-ohm resistor to +5V. Connect the other free input to the normally-open NO contact of the switch and through a 1000-ohm resistor to +5V. Ground the common contact of the switch.When you actuate the switch, the first bounce flips or flops the flipflop, giving a single clean bounce-free edge on the outputs of the two NAND gates. With two pushbuttons, pushing one flips and pushing the other flops.
Use the other two NAND gates in the 74LS00 to debounce another switch, or else ground their inputs.