hardware / article
Classic Arcade Light-Gun Hardware
Cabinets, displays, gun mechanisms, recoil and multiplayer hardware from Sega, Namco, Konami, Taito, Midway and others.
Last verified August 26, 2026 · Review every 12 months
About this guide
Cabinets, displays, gun mechanisms, recoil and multiplayer hardware from Sega, Namco, Konami, Taito, Midway and others.
1. How the major sensing families work
1.1 Mounted positional controls
A fixed or articulated gun can report horizontal and vertical position from potentiometers, optical encoders or similar axis sensors. Trigger, grenade and weapon-select controls are ordinary switches. Advantages are predictable two-player separation, no dependence on screen scan timing and robust continuous automatic fire. Disadvantages are a constrained aiming arc and mechanical wear.
- *Operation Wolf* (Taito, 1987) used a cabinet-mounted automatic weapon and established the “heavy gun” spectacle: aiming, trigger and grenade control are part of a bolted mechanism rather than a free handheld pistol.[1][2]
- *Terminator 2: Judgment Day* (Midway, 1991) has two gun assemblies and dedicated coil/flashlamp circuitry documented in the operations manual. The guns are positional controls; calling them CRT lightguns solely because the cabinet has a CRT is technically wrong.[3]
3. Gun hardware, feedback, displays and multiplayer
3.1 Serviceable gun components
A typical free arcade gun can contain:
- photodiode/camera/sensor PCB;
- optical lens and sensor holder;
- trigger and auxiliary microswitches;
- solenoid, moving slide/bolt, motor or vibration unit;
- optional speaker and amplifier;
- cable/hose, strain relief and cabinet connector;
- shell halves, muzzle, sights and holster hardware.
Sega’s *HOTD4* manual separately lists the targeting sensor unit, XY acceleration board, trigger and grenade microswitches.[4] AimTrak similarly separates tracking electronics from optional recoil power.[5][6] These sources support a general maintenance rule: troubleshoot aim, buttons, feedback and cable/power as separate subsystems.
Mounted guns add bearings, shafts, stops, axis sensors and calibration points. High-rate recoil mechanisms are wear items and can be disabled by operators, so surviving cabinets are not conclusive evidence of factory behavior.
3.2 Recoil vocabulary
Use precise labels:
- Solenoid recoil/kick: electromagnetic plunger produces a sharp impulse.
- Moving slide/bolt: visible reciprocating mass, often solenoid-driven.
- Rumble/vibration: eccentric motor or haptic actuator; less directional than kick.
- Pneumatic recoil: compressed air; powerful but requires valves/compressor/maintenance.
- Audio-only gun speaker: sound at the hand, not physical recoil.
- Muzzle flash/strobe: visual feedback, not recoil.
- Cabinet motion/environment: seat movement, air blast, vibration, 3D audio; not gun recoil.
Never infer actuator type from marketing words such as “force feedback” or “realistic gun.”
3.3 Display generations
| Display | Typical gun compatibility | Operational issues |
| Direct-view CRT | Native for raster/flash optical guns | geometry, brightness, burn, tinted glass, high-voltage service |
| CRT rear projection | Can support compatible optical guns but adds mirror/lens/alignment complexity | convergence, brightness, scan compatibility |
| DLP/LCD projector | Does not provide CRT raster timing; works with positional or external-reference systems | projection latency, gun/camera seeing the image, shadows |
| LCD/LED-backlit LCD | Requires positional, marker/camera or motion-pointer system | processing latency, scaling, overscan/border visibility |
| OLED | Same compatibility principle as LCD for legacy guns—no CRT raster | image retention from static borders is a practical concern |
A cabinet’s game PCB video output and its tracking system are distinct. An LCD conversion may need new guns/I/O, not just a panel.
3.4 Multiplayer architectures
- Shared screen, independent guns: most two-player optical shooters. I/O must preserve separate absolute axes/device IDs.
- Linked cabinets: each player has a display and cabinet, connected by network/link board.
- Multi-station attraction: several gun stations share a very large screen.
- Alternating play: a game may accept two players but only one gun/turn at once; database “2 players” is not necessarily simultaneous.
- Drop-in co-op: player two can join during play, documented for *Lethal Enforcers*.[7]
- Online asynchronous/tournament: scores and accounts connect across locations; not the same as live co-op. Big Buck HD/Reloaded demonstrates this distinction.[8][9]
For emulation, independent device identity is the critical modern requirement. MAME documentation explains that an AimTrak exposes multiple USB interfaces and shows per-gun indexing rather than combining every pointer into one cursor.[10]