Game Gear vs Genesis: One Sega Heart, Two Machines
If you have read my Game Gear repair reference and my Genesis / Mega Drive repair reference back to back, you may have noticed the same words keep showing up: Z80, SN76489, VDP, TMSS, recap, polarity trap. That is not me being lazy with vocabulary. It is because these two machines are closer relatives than their shapes suggest. A Game Gear is a handheld and a Genesis is a living-room 16-bit powerhouse, but under the plastic they share a single 8-bit Sega heart, and once you understand that heart you have already learned a large fraction of both repairs.
This page is for two kinds of reader. If you fix these for a living, it is a map of where your Game Gear skills carry straight over to a Genesis and where they stop. If you are just getting started fixing these yourself, it is the “why” behind both machines at once, so that the first one you fix teaches you the second before you have even opened it. I am going to lean on the teaching, not just the tables.
Every hardware claim on this page comes from my own verified Game Gear and Genesis documentation. The one place I go outside that is the game-library question near the end, where the repair docs simply have nothing to say, and there I cite outside sources inline and try hard not to overstate what is really true.
The shared 8-bit heart
Sega built the Master System as an 8-bit console around three pieces of silicon: a Zilog Z80 CPU, a Texas Instruments SN76489-class programmable sound generator (the PSG), and a Sega video display processor (the VDP). Both machines on this page are built on that exact trio. They diverge in what they add on top, not in what they start from.
The Game Gear is, essentially, a portable Master System. Its CPU is a Z80A running at 3.58 MHz. Its sound is an SN76489-lineage PSG, three tone channels plus one noise channel, living inside the video chip on the single-ASIC boards and as a discrete custom VDP on the earliest twin-ASIC boards. Its display processor is from the Master System family, driving 32 on-screen colors out of a 4096-color palette. The handheld is close enough to a Master System that, with a passive adapter, it runs actual Master System cartridges. It is one of the very few handhelds that plays a home console’s library, and it does so not by emulation but because it more or less is that home console, shrunk and given a backlit LCD.
The Genesis carries a Master System inside it, on purpose. This is the part that surprises people. The Genesis’s headline is its Motorola 68000, the 16-bit main CPU that runs the games you think of as Genesis games. But sitting right next to that 68000 is a Zilog Z80, and next to the Z80 is the SN76489 PSG, and the Genesis VDP (Sega 315-5313) includes a Master System-compatible video mode. Sega did not put those there by accident or for nostalgia. The Z80 is doing real work every day as the sound co-processor and as part of the controller I/O path, and the whole 8-bit subsystem doubles as a complete, native Master System that Sega could switch on for backward compatibility.
You can see this in the hardware itself. The Genesis’s own service documentation grounds the Z80 in the Zilog Z80 datasheet and the PSG in the TI SN76489 datasheet, the same two parts that define the Master System. The Model 1’s video output is a full-size 8-pin DIN, physically the same connector Sega used on the Master System. And when you slot in a Power Base Converter to play Master System games, that converter contains no Master System chips at all. It is a shape adapter. Holding cartridge pin B30 low is what does the real work: it flips the VDP into Master System video mode and hands the system bus to the Z80, parking the 68000 in idle. The Master System was never in the converter. It was in the Genesis the whole time.
So the mental model to carry into both repairs is this. There is one 8-bit Sega core, Z80 plus SN76489 PSG plus SMS-family VDP. The Game Gear is that core made portable. The Genesis is that core with a 68000 and an FM synthesizer bolted on top. Everything that follows falls out of that one sentence.
Shared versus divergent, at a glance
| Subsystem | Game Gear | Genesis / Mega Drive | Shared? |
|---|---|---|---|
| 8-bit CPU | Z80A, 3.58 MHz | Z80, ~3.58 MHz (NTSC) | Shared |
| Sound generator | SN76489-class PSG, 3 tone + 1 noise, in the VDP/ASIC | SN76489-derived PSG, 3 tone + 1 noise, inside the 315-5313 VDP | Shared |
| Video processor | Master System-family VDP (315-5377 discrete, later folded into the ASIC) | 315-5313 VDP with a Master System-compatible mode | Shared family |
| Main CPU | none (the Z80 is the CPU) | Motorola 68000, ~7.67 MHz (NTSC) | Genesis only |
| FM synthesis | none | Yamaha YM2612 (discrete) or YM3438 core (in-ASIC) | Genesis only |
| Master oscillator | single crystal, 32.215905 MHz, feeds the whole ASIC | single crystal, 53.693175 MHz NTSC, feeds everything | Shared principle |
| +5 V generation | MB3775 switching DC-DC converter | linear 7805 regulators (two on most Model 1, one on VA7/Model 2) | Divergent |
| Extra rails | +34 V LCD bias rail | none of note | Game Gear only |
| Display | drives its own passive-matrix STN LCD directly | analog RGB and composite out through an encoder to a TV | Divergent |
| Cartridge bus | raw Z80 bus on a 45-pin edge | raw 68000 bus on a 64-pin edge (plus Z80/SMS mode via pin B30) | Shared principle |
| Software lockout | TMSS boot ROM on VA1+ (checks for “TMR SEGA”) | TMSS on VA6+ (checks for “SEGA”) | Shared |
| Dominant cap failure | leaking surface-mount electrolytic cans | aging through-hole electrolytics | Shared idea, different parts |
| Power polarity trap | tracks mains region, not video standard | opposite between Model 1 and Model 2 | Shared lesson, different rule |
The left half of that table is the shared 8-bit heart. The lines marked “Genesis only” are the 16-bit additions. That split is the whole story, and the rest of this page just walks it in detail.
Why the game libraries overlap (and where they only look like they do)
This is the section people ask about, and it is also the section my repair documentation cannot answer, so here I am leaning on outside sources and trying to be precise. The short version: there is real overlap, but a Game Gear cartridge and a Genesis cartridge are not the same ROM, and it is worth understanding exactly which kind of overlap you are looking at, because there are two very different kinds.
Overlap type one: the Master System library, running on Game Gear. Because the Game Gear is architecturally a Master System, it runs Master System software with only light adaptation, chiefly palette and screen-size adjustments, and via a passive adapter it runs Master System carts directly (ConsoleMods: Master System Games on Game Gear). This is the near-code-identical kind of overlap, because the two 8-bit platforms share the same CPU, the same PSG, and the same VDP family. A community writeup of the internal conversion work notes just how close the two are, with the Game Gear differing from the Master System mainly by stereo sound and a larger palette (nicole.express: Sega 8-bit conversion).
Overlap type two: Genesis titles re-authored downward to the 8-bit Game Gear. This is the one that fools people, because the names match. There is a 16-bit Sonic the Hedgehog on the Genesis and an 8-bit Sonic the Hedgehog on the Game Gear, and they are not the same game. The 8-bit version was a separate title, built by a different team, sharing the setting and the character but not the code or the level design. Sonic Team was busy with the Genesis original and had no involvement in the 8-bit game, which was developed by Ancient (Wikipedia: Sonic the Hedgehog (8-bit video game)). The pattern repeated for the sequel: the 8-bit Sonic the Hedgehog 2 was developed by Aspect, separately from the Genesis team, and introduced its own mechanics like mine carts and hang gliders rather than copying the 16-bit game at reduced resolution (Wikipedia: Sonic the Hedgehog 2 (8-bit video game), The Escapist on 8-bit Sonic history). These 8-bit Sonic games, incidentally, are themselves an example of overlap type one: they shipped on both the Master System and the Game Gear, nearly identical to each other, because those two are the near-identical pair.
So what made those downports tractable, and why did so many Genesis franchises get an 8-bit companion? The shared architecture is exactly why. A team building a Game Gear version was targeting the same Z80, the same SN76489 sound, and the same VDP family that the Master System used, and Sega’s development tooling for the 8-bit line overlapped across both platforms. A studio could author once for the 8-bit Sega architecture and reach both the Master System and the Game Gear with a palette pass, which is why “same brand, 8-bit companion” became a standard Sega release shape. The Genesis, sharing that same 8-bit core inside its own hardware, made the family resemblance natural rather than forced.
But this is a shared architecture and shared branding, not shared cartridges. Game Gear carts do not run on a Genesis, Genesis carts do not run on a Game Gear, and the matching-named games are generally distinct pieces of software. The Genesis can play Master System games (through the Power Base Converter, per its built-in Z80 and VDP mode 4, as covered above and in the Sega-16 Power Base Converter buyer’s guide), and the Game Gear can play Master System games (through its own adapter), so the one library both machines can genuinely share is the Master System’s, by way of the 8-bit heart they have in common. That is the real center of the overlap.
If you can fix one, you can fix the other
Here is the payoff for the bench. Because the two machines share subsystems, they share failure patterns and they share techniques. Fixing a Game Gear teaches you a surprising amount of the Genesis, and vice versa. Let me make that concrete on the subsystems where both of my repair docs cover the same ground.
The sound generator and the audio path. Both machines make their “chiptune” sound the same way, an SN76489-class PSG with three tone channels and one noise channel. On both, that PSG lives inside the video chip, not as a separate part you can socket. The diagnostic instinct is identical: if the picture is fine but there is no sound, you are looking at the PSG’s analog output network, the op-amp buffer or mixer, and the power amplifier, in that order out from the chip. On the Game Gear the amp is a TDA2822M and the buffer is a µPC358 dual op-amp. On the Genesis it is a CXA1034P or an LM324/LM358 stage depending on revision. Different part numbers, identical topology: generator, then RC network, then op-amp, then amp, then jack. If you have learned to walk that chain on a Game Gear, you already know how to walk it on a Genesis.
The cartridge slot and the CPU bus. On both machines the cartridge edge is essentially the raw CPU bus brought straight out to the connector, address lines, data lines, control lines, plus power. On the Game Gear that is the Z80 bus on 45 pins; on the Genesis it is the 68000 bus on 64 pins (with the Z80’s Master System mode reachable through pin B30). The practical consequence is the same on both: a console that will not read a cartridge, throws garbage, or crashes intermittently is almost always a slot-contact or bus problem, not a deep logic fault. Clean the slot and the cartridge edge with isopropyl, reseat, try a known-good cart, and verify +5 V and the clock reach the slot. That single procedure is the first move on both benches.
The single master clock. Each console runs everything off one crystal. The Game Gear’s is 32.215905 MHz and the Genesis’s is 53.693175 MHz on NTSC, but the diagnostic rule they imply is word-for-word the same: if that oscillator is dead or badly loaded, you lose CPU, video, and sound all at once, so on a fully dead board you scope the master oscillator for a clean waveform before you condemn any big expensive chip. Learn to distrust the crystal early on one machine and you will do it reflexively on the other.
The electrolytic capacitor problem. Both machines are old enough that their electrolytic capacitors are a leading suspect, and on both the classic symptoms are weak, distorted, or missing audio and hum or ripple that tracks the power rail. The nuance that matters is that the parts differ. The Game Gear uses leak-prone surface-mount electrolytic cans, the notorious kind that vent their electrolyte, corrode traces, and lift pads, which is why a Game Gear recap is close to mandatory and why you inspect for trace damage under every cap you pull. The Genesis mostly uses through-hole electrolytics, which age more gracefully and rarely produce the same board-eating corrosion. So the idea transfers (suspect the caps, ESR-test them, recap by revision) while the urgency does not: recap is the defining Game Gear service, and a more targeted test-and- replace on the Genesis. Do not carry the Game Gear’s “every cap, every time” reflex onto a Genesis as if the two failure rates were equal.
The software lockout. Both machines got a TMSS boot ROM on their later board revisions, and it behaves the same way on both. On the Game Gear (VA1 onward) the boot ROM checks the cartridge for the string “TMR SEGA”; on the Genesis (VA6 onward) it checks for “SEGA”. In both cases a pirate, repro, or badly headered flashcart fails the check and the console hangs, often with a black screen and no license bumper, which looks exactly like a hardware fault at a glance. The technique is identical on both: before you chase a black-screen or won’t-boot fault on a lockout-era board, retest with a known-good licensed cartridge to rule out the software lock. The Genesis even gives you a bonus diagnostic here, because a working license screen proves the 68000, the VDP, the video path, and reset are all healthy enough to render text.
The power polarity trap. This is my favorite skill-transfer lesson, because the specific rule is different on each machine but the meta-lesson is exactly the same and it is one of the most valuable habits you can build. On the Game Gear, DC-jack polarity tracks the mains region the unit was sold in, not the NTSC/PAL video standard, so you cannot reason from the video format to the plug. On the Genesis, polarity is opposite between Model 1 (center-negative) and Model 2 (center-positive), and the Model 1 barrel is even the same size as an NES plug while wanting the opposite polarity. Two different traps, one identical discipline: never infer barrel polarity from anything except a measurement or a verified match, and meter the jack of any unknown supply before you connect it. Get burned by one of these once and you will meter every barrel for the rest of your life, on both machines and everything else.
That is a lot of shared ground: audio path, cart bus, master clock, caps, lockout, power discipline. A tech who is fluent on one of these consoles is already most of the way to fluent on the other.
Where the two benches genuinely part ways
Now the other half. The shared heart is real, but each machine carries subsystems the other simply does not have, and those are where the repairs stop rhyming. If you only ever fix one, these are the parts of the other that will be unfamiliar.
What the Genesis has that the Game Gear cannot. Everything the 68000 and the FM synthesizer add is Genesis-only territory:
- FM synthesis faults. The Genesis makes music with a Yamaha YM2612 (or a YM3438 core folded into an ASIC on later boards) in addition to the shared PSG. That gives it a class of failure the Game Gear has no equivalent for: FM working but PSG dead, or the reverse, which localizes the fault; or one FM channel gone to a bad coupling cap. It also gives it two things that are not faults and must not be “repaired.” The discrete YM2612’s 9-bit DAC has a quantization quirk, the famous “ladder effect,” that makes quiet passages sound gritty. That is original and expected. And the later YM3438-in-ASIC boards sound muffled because Sega paired the chip with a weak op-amp and filter circuit, not because the chip or the caps are bad. The Game Gear’s audio has no FM chip and none of these wrinkles.
- The 68000 and its reset supervisor. The Genesis reset is not a simple RC on a CPU pin. It is a comparator-based supervisor (an LM358 on Model 1) that borrows its voltage reference from the CXA1145 video encoder and depends on a 10 µF timing cap. A leaky reset cap or a missing encoder reference produces a board that powers up with a healthy 5 V rail but never releases reset and never boots, a “powers but won’t boot” trap that is a genuine VA6-era Genesis specialty. The Game Gear has nothing like this.
- Jailbars. The vertical jailbar pattern on Genesis RGB and composite is crosstalk from the VDP’s color-subcarrier output coupling into the video traces. It is a layout characteristic, not a failed part, which means a perfectly healthy board can show it and no repair will remove it. Improving it is a mod, not a fix. The Game Gear drives its own LCD and never generates composite for itself, so this failure mode does not exist there.
- Composite/RGB video output and its encoder. The whole Genesis video-out chain, VDP to encoder (CXA1145 and successors) to an 8-pin or 9-pin DIN feeding a TV, is absent on the Game Gear, which drives its panel directly with a digital bus and only ever produces composite for the optional TV Tuner accessory.
- Dual 7805 heat. Most Model 1 Genesis boards drop the ~9 to 10 V input across linear 7805 regulators, which run genuinely hot as normal behavior. The Game Gear uses a switching DC-DC converter instead, so “runs hot” is not part of its vocabulary.
What the Game Gear has that the Genesis does not. Almost all of it comes from the fact that the Game Gear has to make and light its own screen, on batteries:
- A real shock hazard. This is the big one. The Game Gear runs a +34 V rail to bias its LCD and a cold-cathode backlight inverter that steps the supply up into the kilovolt range to strike the tube. Both are live even on battery power, because the DC-DC board boosts them from the low-voltage supply, so pulling the wall adapter does not make the unit safe. A Genesis has nothing on its board that can bite you. A Game Gear can, and the inverter’s high-voltage node will also latch up the console’s ASIC if you touch it with an ordinary scope probe. Respect it.
- The +34 V LCD bias rail and its ladder. Because the panel is a passive-matrix STN LCD, it needs that high bias voltage and an alternating drive, which means a whole bias ladder of resistors and value-sensitive capacitors that can go wrong. A skewed bias tap blacks the screen while every digital signal is present. There is no analog to any of this in a Genesis.
- The CCFL backlight. The backlight is a fluorescent tube on its own gated supply, independent of the image, which is why a Game Gear can have a lit backlight with a dead image or the reverse, and why a dim pink glow usually means a worn tube rather than a board fault.
- A fragile floating-ground failure mode. The single-ASIC (VA1) Game Gear boards have delicate ground vias that crack and lift, and a lost ground reference floats the bias section toward +5 V and pins the screen black while the bias regulator measures perfectly. It is one of the signature Game Gear repairs and has no Genesis counterpart.
- A three-board architecture and revision-locked screen kits. The Game Gear splits into main, power, and sound boards with colliding reference designators, and its screen-replacement kits are strictly gated by board revision, which you must identify before quoting a job. The Genesis is a single board and has none of this.
So the clean way to hold it: the shared 8-bit heart means the audio path, the cartridge bus, the clock discipline, the cap-testing instinct, the lockout check, and the meter-the-barrel habit all carry across. The Genesis’s 16-bit additions (the 68000, the FM chip, the reset supervisor, the video encoder, the jailbars) are things you learn fresh coming from the Game Gear. And the Game Gear’s job of making and lighting a battery-powered screen (the high-voltage rails, the bias ladder, the backlight, the fragile grounds, the screen-kit matching) is what you learn fresh coming from the Genesis. Neither machine is a superset of the other, but they share far more than their form factors admit.
Which one should you start with
If you are learning, I usually point people at whichever machine they can get cheaply and are not afraid of, with one caveat: the Game Gear can shock you and the Genesis cannot, so if you are brand new and nervous with a meter, the Genesis is the gentler first patient. Once you are comfortable walking an audio chain, cleaning a cart bus, testing capacitors, and metering a barrel before you plug it in, you have the transferable core, and the second machine becomes mostly a matter of learning its handful of unique subsystems.
Either way, the thing worth internalizing is that you are not learning two unrelated consoles. You are learning one Sega 8-bit heart twice, once made portable and once given a 16-bit partner, and the fluency really does transfer.
If you would rather buy one that already has the work done, both machines live in the shop. And if you want the deep, single-machine detail behind anything above, the full symptom-to-fix writeups are on the Game Gear reference and the Genesis / Mega Drive reference pages.