Skip to main content Skip to search Skip to main navigation

What Are TTL Logic Chips on a Classic Arcade PCB? Gates, Counters, Buffers, and Decoders Explained

By HighScoreSaves Technical Team

Reviewed and updated September 3, 2026

Quick Answer

TTL logic chips are digital integrated circuits used throughout many classic arcade PCBs to perform smaller logic and timing functions. Common 74-series devices can act as gates, inverters, buffers, counters, flip-flops, decoders, multiplexers, latches, and other building blocks. They help CPUs communicate with ROM and RAM, generate timing signals, select devices, process controls, create video, and perform many other functions. A failed logic chip can therefore cause many different symptoms depending on where it is used in the circuit.

When looking at a classic arcade PCB, the CPU, ROMs, and RAM devices are often the components people recognize first.

But many original arcade boards contain dozens—or even large numbers—of smaller integrated circuits that perform essential supporting functions.

Many of these are part of the familiar 74-series logic family.

These chips can be found throughout CPU, memory, clock, video, control, sound, and interface circuitry.

What Does TTL Mean?

TTL stands for Transistor-Transistor Logic.

It is a family of digital logic technology that became widely used in electronic systems, including many arcade games produced during the classic era.

A logic IC contains electronic circuits that perform defined digital functions using HIGH and LOW logic states.

Different chips perform different functions.

What Does 74-Series Logic Mean?

Many digital logic devices use part numbers beginning with 74.

Examples can include families such as:

  • 7400;
  • 74LS00;
  • 74S00;
  • 74F00;
  • 74HC00;
  • 74HCT00; and
  • other related logic families.

The numbers following the family designation identify the function of the device.

For example, two devices with very different final numbers can perform completely different operations even though both belong to the broader 74-series family.

Are All 74-Series Chips Interchangeable?

No.

The exact logic family can affect:

  • electrical thresholds;
  • current requirements;
  • output drive capability;
  • propagation delay;
  • power consumption; and
  • timing behavior.

A device with the same basic logic function is not automatically an appropriate substitute in every arcade circuit.

Use the correct schematic, parts information, and known-compatible replacement when servicing original hardware.

What Is a Logic Gate?

A logic gate performs a basic digital decision based on one or more inputs.

Common gate types include:

  • AND;
  • OR;
  • NAND;
  • NOR;
  • XOR; and
  • inverter or NOT gates.

Individual gates can be combined to create much more complex functions.

What Does an Inverter Do?

An inverter produces the opposite logical state from its input.

In simplified terms:

LOW input → HIGH output
HIGH input → LOW output

Inverters can also be used in oscillator, clock, reset, buffering, and signal-conditioning circuits depending on the design.

What Does a Buffer Do?

A buffer reproduces or controls a digital signal while helping isolate one part of a circuit from another.

Buffers can be used to:

  • drive additional circuitry;
  • protect or isolate buses;
  • control signal direction;
  • interface cabinet inputs;
  • distribute control signals; or
  • connect different parts of the PCB system.

What Is a Tri-State Buffer?

Some buffers can place their output into a high-impedance state in addition to normal HIGH and LOW states.

This allows several devices to share a common data path without all trying to drive it simultaneously.

That capability is especially useful on address and data buses.

What Does a Decoder Do?

A decoder examines a group of input signals and activates a particular output based on their combination.

On an arcade PCB, decoders can help determine which memory device or hardware section should respond to a particular CPU address.

This process is commonly called address decoding.

A ROM or RAM chip can be perfectly functional but remain inaccessible if the logic responsible for selecting it is not working correctly.

What Is a Multiplexer?

A multiplexer selects between multiple input signals and routes the selected input toward an output.

Multiplexers can be used in many arcade circuits, including:

  • video systems;
  • memory addressing;
  • control inputs;
  • data selection;
  • timing circuits; and
  • other game-specific logic.

What Is a Flip-Flop?

A flip-flop is a small digital storage element.

It can remember a logic state and change that state when specific input or clock conditions occur.

Flip-flops are widely used for:

  • frequency division;
  • state storage;
  • timing;
  • synchronization;
  • counters; and
  • control logic.

What Is a Counter Chip?

A digital counter changes state in response to incoming pulses.

Counters can be used to count or divide:

  • clock cycles;
  • horizontal video positions;
  • vertical video positions;
  • timing intervals;
  • addresses; or
  • other repetitive events.

Counters are especially common in timing and video-generation circuitry.

How Are TTL Chips Used in Arcade Clock Circuits?

Clock signals often need to be divided, shaped, buffered, or distributed before different parts of the PCB can use them.

Logic ICs such as:

  • inverters;
  • flip-flops;
  • counters; and
  • buffers

may therefore appear between the oscillator and the CPU, video hardware, or other timing-dependent circuitry.

See What Is the Clock Circuit on a Classic Arcade PCB and What Does It Do?

How Does TTL Logic Work With the CPU?

The CPU needs supporting logic to communicate with the rest of the board.

Logic chips may help:

  • decode addresses;
  • select ROMs;
  • select RAM;
  • buffer data buses;
  • handle interrupt signals;
  • generate reset signals;
  • interface controls;
  • coordinate timing; and
  • connect the processor with other hardware.

For the processor side of the system, read What Does the CPU Do on a Classic Arcade PCB? .

How Does Logic Work With ROM?

A program ROM must receive the correct address, control, and device-selection signals before it can provide the required data.

Address-decoding logic may determine when a particular ROM is active.

A ROM problem can therefore actually originate in surrounding logic rather than the ROM device itself.

See Original Arcade ROMs Explained .

How Does Logic Work With RAM?

RAM also depends on address, data, read/write, and enable signals.

Supporting logic can determine when memory is accessed and how information travels between the memory and the rest of the PCB.

A diagnostic that reports a memory-related error can therefore indicate a fault somewhere in the memory circuit rather than automatically proving the RAM chip itself is bad.

Read Arcade RAM Explained .

How Is TTL Logic Used for Arcade Video?

Many classic arcade video systems use large amounts of digital logic.

Depending on the design, logic chips may participate in:

  • pixel timing;
  • horizontal counters;
  • vertical counters;
  • sprite processing;
  • tile addressing;
  • memory selection;
  • data multiplexing;
  • color selection;
  • sync generation; and
  • other display functions.

This is why a graphics problem does not always mean a graphics ROM or monitor is defective.

See Why Are My Arcade Game Graphics Garbled, Missing, or the Wrong Colors? .

Can Logic Chips Read Joysticks and Buttons?

They can participate in the input path.

The electrical signal from a joystick, pushbutton, start switch, or coin switch may pass through input buffers, multiplexers, or other logic before the CPU reads it.

That means a switch can work mechanically while the game still fails to recognize the input because of wiring, connector, or PCB circuitry elsewhere in the path.

Read How Do Arcade Controls Work? Joysticks, Buttons, Microswitches, and Ground .

What Symptoms Can a Bad Logic Chip Cause?

There is no single "bad TTL chip" symptom.

The result depends on what that particular device does in the circuit.

Possible symptoms can include:

  • no boot;
  • watchdog resets;
  • freezing;
  • RAM or ROM test errors;
  • missing controls;
  • garbled graphics;
  • missing sprites;
  • incorrect colors;
  • video timing problems;
  • missing sound functions;
  • incorrect memory access; or
  • completely game-specific failures.

The symptom alone should not be used to guess which logic device should be replaced.

Why Does Chip Location Matter?

The same part number can appear several times on one arcade PCB.

For example, several identical logic devices may perform completely different jobs because each is connected to a different circuit.

That is why arcade documentation often refers to an IC by both:

  • its part number; and
  • its PCB location, such as 3F, 5H, or another grid reference.

Replacing "a 74LS00" without identifying which 74LS00 and what its circuit does is not meaningful troubleshooting.

How Do You Identify a Logic Chip on the Schematic?

A schematic can show:

  • the IC part number;
  • individual gates within the package;
  • pin numbers;
  • signal names;
  • power connections;
  • inputs;
  • outputs;
  • PCB location references; and
  • connections to other circuit sections.

Some multi-gate ICs are drawn as separate symbols around the schematic even though all of those gates physically exist inside one package.

See What Is an Arcade PCB Schematic and How Do You Read One? .

Why Can One Physical Chip Appear Several Times on a Schematic?

A logic IC package may contain multiple independent gates, buffers, flip-flops, or other sections.

The schematic designer may draw each section wherever it is most useful in the circuit rather than placing one large symbol in one location.

Each section is normally identified so the reader can determine:

  • which physical IC it belongs to; and
  • which pins are used.

Can a Logic Chip Fail Partially?

Yes.

A multi-section IC can sometimes have one internal gate or channel that is not operating correctly while other sections continue to function.

That can make diagnosis less obvious than a completely dead device.

Can Sockets Cause Logic-Chip Problems?

Yes, if the device is socketed.

Poor socket contacts, oxidation, bent pins, previous repairs, and damaged solder joints can create electrical faults that resemble IC failure.

The socket and surrounding board condition should be considered before automatically condemning the chip.

Should You Replace Logic Chips Based on Temperature?

No.

A device that feels warmer than surrounding components is not automatically defective.

Different logic families and circuit loads can operate at different temperatures.

Temperature can be one piece of evidence, but it should not replace electrical diagnosis.

Should You Replace Logic Chips Based Only on a Symptom?

No.

Randomly replacing TTL devices is often described as "shotgunning" parts.

That approach can:

  • replace good original components unnecessarily;
  • damage traces or pads;
  • introduce soldering faults;
  • install an incompatible logic family;
  • create new problems; and
  • make the original fault harder to identify.

A better process is to understand the circuit and determine what the device should be doing.

How Are Logic Signals Tested?

Technicians may use:

  • logic probes;
  • oscilloscopes;
  • logic analyzers;
  • multimeters for appropriate measurements;
  • schematics;
  • known-good reference boards; or
  • other diagnostic equipment.

Testing should compare actual signals with the expected function of the circuit.

Care must be taken when probing closely spaced IC pins because accidentally shorting adjacent pins can damage vintage hardware.

How Does Test Mode Help?

A built-in self-test may identify symptoms associated with:

  • RAM;
  • ROM;
  • controls;
  • video;
  • sound; or
  • other hardware.

The reported failure can narrow the relevant circuit, but supporting logic must still be considered.

Read Why Does a Classic Arcade Game Have Test Mode and Service Mode? .

Does PCB Revision Matter When Identifying Logic?

Yes.

Another revision of the same game PCB may change:

  • IC locations;
  • logic families;
  • jumpers;
  • component values;
  • connections; or
  • other parts of the circuit.

Always confirm that the schematic and parts information apply to the board being serviced.

See What Is an Arcade PCB Revision and Why Does It Matter? .

TTL Logic and HighScoreSaves Upgrade Kits

A HighScoreSaves daughterboard can add game-specific features while continuing to depend on the supported original arcade PCB.

The original board's CPU buses, memory, timing, power, sockets, connectors, video hardware, and supporting logic still need to operate correctly.

An upgrade kit should therefore not be treated as a repair for unrelated original-PCB logic faults.

Examples of upgrades for documented original hardware include:

Before installing any upgrade, identify the original PCB and review the game-specific instructions.

Key Takeaway

TTL and other 74-series logic chips are fundamental building blocks on many classic arcade PCBs.

They can act as gates, inverters, buffers, counters, flip-flops, decoders, multiplexers, latches, and interface devices throughout CPU, memory, clock, video, sound, and control circuits.

Because the same type of chip can perform very different jobs depending on where it is located, a symptom alone does not identify which logic device has failed.

Use the exact PCB revision, schematic, chip location, pin numbers, and circuit function to understand what the device is supposed to do before replacing original components.

Get More Arcade Knowledge

Enjoyed this article? Join the HighScoreSaves newsletter for new Arcade Knowledge articles, kit announcements, installation tips, product updates, and occasional subscriber-only offers.

Join the HighScoreSaves Newsletter

Classic Arcade • Modern Features