MSX
The standard that united Japan
MSX attempted to standardise home computers, succeeding spectacularly in Japan while struggling elsewhere, and launching Konami and Metal Gear.
MSX wasn’t a computer—it was a standard. Microsoft and ASCII proposed specifications that any manufacturer could follow, promising software compatibility across brands. In Japan, it worked brilliantly. Sony, Panasonic, Philips, and others built MSX machines. Konami made legendary games. Metal Gear was born. Outside Japan, the standard struggled against entrenched competitors.
Fast facts
- Standard creators: Microsoft, ASCII Corporation.
- Announced: 1983.
- CPU: Zilog Z80A at 3.58 MHz.
- Video: Texas Instruments TMS9918 (MSX1).
- Sound: General Instrument AY-3-8910.
- RAM: 8-64KB (MSX1), more in later versions.
- Manufacturers: Sony, Panasonic, Philips, Yamaha, many others.
- Primary markets: Japan, Netherlands, Brazil, Spain, Middle East.
The screen is not memory
Every other 8-bit machine in this Vault puts the display somewhere in the
processor’s address space. The Spectrum writes
pixels at $4000, the C64 at $0400, the
VIC-20 wherever the expansion left it. On MSX the video
RAM is not addressable by the Z80 at all. It belongs to the video chip, and the
CPU reaches it a byte at a time through I/O ports.
The clearest evidence is that the software had to grow extra verbs for it. MSX
BASIC does not use PEEK and POKE on the screen; it has VPEEK and
VPOKE, documented in the MSX Technical Data Book as taking an “address
of VRAM” in the range 0 to 16383. The BIOS carries the same split: RDVRM
“reads the VRAM addressed by [HL]”, WRTVRM writes it, and FILVRM “fills the
VRAM with the specified data” — a dedicated fill routine, because you cannot
simply run a LDIR across a screen you are not able to address.
This shapes everything above it. A machine whose framebuffer is a byte-wide pipe does not encourage the pixel-level scribbling that Spectrum and CPC games are built from. It encourages working in the units the video chip already understands — tiles and sprites, moved by changing a handful of attribute bytes rather than by redrawing anything. MSX games look the way they do partly because the fast path is the sprite table.
What the sprite hardware actually allowed
The Yamaha V9938, the VDP behind MSX2, states its own limit plainly: “on a single CRT horizontal line, up to 4 sprites with the highest priority are displayed, and the overlapping portions of sprites with lower priorities are” suppressed.
Four per line is the number worth carrying to the Metal Gear discussion below. A screen crowded with enemies is not a thing this hardware renders, whatever a designer might want.
The standardisation dream
MSX aimed to solve fragmentation:
- Multiple manufacturers, one software library.
- Buy any MSX, run any MSX software.
- Like VHS for computers.
- Microsoft’s bet on a post-IBM world.
Japanese success
In Japan, MSX thrived:
- Affordable: Cheaper than alternatives.
- Game support: Konami, Hudson, others committed.
- Software library: Thousands of titles.
- Longevity: Supported into the 1990s.
Konami’s playground
Konami’s MSX games became legendary:
- Metal Gear (1987): Hideo Kojima’s stealth debut.
- Gradius: Shooters with personality.
- Castlevania: Horror action platforming.
- Penguin Adventure: Kojima’s first credited design.
Many Konami classics originated on MSX before console ports.
Hardware evolution
The standard improved over time:
- MSX1 (1983): Original specification.
- MSX2 (1985): Better graphics, more RAM.
- MSX2+ (1988): Enhanced MSX2, Japan only.
- MSX turbo R (1990): 16-bit R800 CPU, final version.
Regional performance
Success varied by market:
- Japan: Major platform, extensive support.
- Netherlands: Strong following, active scene.
- Brazil: Popular due to import restrictions.
- Spain: Significant presence.
- UK/US: Failed against established competition.
Why it failed elsewhere
Western markets had problems:
- Competition: C64, Spectrum, CPC entrenched.
- Timing: Arrived after competitors established.
- Price: Not cheap enough to displace incumbents.
- Marketing: Limited promotion outside Japan.
The Metal Gear connection
Kojima’s career began on MSX:
- Joined Konami’s MSX division.
- Metal Gear (1987) was an MSX2 game, built on the V9938 described above.
- MSX2 sequel refined the formula.
The familiar account is that stealth emerged from the hardware: too few sprites for a screen full of enemies, so the design turned to avoidance. The constraint is documented — four sprites to a scanline, from Yamaha’s own data book — and it is a real limit on how many things can be shown chasing you. Whether it caused the design decision is a claim about intent, and this entry does not have a source for that; it is reported here as the story that is told, not as an established mechanism.
Legacy
MSX proved standardisation could work—in the right market. Japan’s unified platform created a software ecosystem that benefited everyone. The games developed for MSX, particularly Konami’s output, influenced gaming far beyond the platform’s lifespan.