What Became Obsolete?#

The most useful question to ask about any classic part is not “how does it work?” but “would I still design it in today, and if not, what replaced it?” This table is the honest answer. It is deliberately blunt: some parts are genuinely dead, some are quietly immortal, and the difference is worth knowing before reaching for either.

PartDescriptionStill useful?Modern replacement
7490Decade (÷10) ripple counterMostly noMCU timer
741614-bit synchronous binary counterSometimesFPGA / MCU
741383-to-8 line decoder / demultiplexerYesOften still used
74HC5958-bit serial-in, parallel-out shift registerAbsolutelyStill common
74HC14Hex Schmitt-trigger inverterAbsolutelyStill common
74HC245Octal bus transceiver (direction-controlled)AbsolutelyStill common
4066Quad bilateral (analog) switchAbsolutelyStill common
555Timer / oscillator IC (astable & monostable)Surprisingly yesMCU timer or dedicated timer IC
EPROMUV-erasable programmable ROMMostly hobby / retroFlash
PALProgrammable Array Logic (fuse-programmed)Mostly obsoleteCPLD
GALGeneric Array Logic (reprogrammable PAL)Mostly obsoleteCPLD

The pattern is not “old is dead.” It is that counting and sequencing migrated into microcontrollers and programmable logic, while interfacing, buffering, level translation, and analog switching stayed discrete because they still solve a physical problem no processor can absorb.

Page last modified: July 14, 2026