Nintendo Entertainment System

Everything About Fiction You Never Wanted to Know.


  • Main
  • Laconic
  • Trivia
  • Wikipedia
  • All Subpages
  • Create New
    /wiki/Nintendo Entertainment Systemwork

    "Now You're Playing With Power!"

    The system that brought video game consoles back from The Great Video Game Crash of 1983 in North America (they were pretty healthy elsewhere) and ushered in the modern era of video gaming. Known in Japan/Asia as the Family Computer (commonly abbreviated as the "Famicom"), in South Korea as Hyundai Comboy (현대 컴보이) and in India as the Samurai[1] with unlicensed clones made in Eastern Europe, India, the Middle East and in China, it was the console that brought in the oldest and longest lasting competitor in the Console Wars, Nintendo. It also served as the initial console for many of gaming's oldest franchises, introduced the modern third-party licensing model for video games, and set the standards in control pads for consoles. It is still very much an icon of video games (less so the redesigned variant).

    The reason almost all NES games are tile-based is because that's what the NES does. As with the ColecoVision, the Picture Processing Unit is a separate processor that has its own memory space for palettes and images. It only understands tiles, tilemaps, and sprites, and it implements them directly in the video output hardware. While this imposed limitations on developers that even Atari 2600 games didn't have to suffer under, it also freed them from having to deal with the minutiae of graphics. Yes, you could only do tile-based graphics with sprites, but at least they were good tile-based graphics.

    While the NES-001 is an iconic part of video game history, it's pretty badly designed. While the Japanese version is a remarkably solid piece of engineering that often continues to work over 25 years later, the American release (handled by Nintendo of America) was rather sloppily redesigned to distance itself from pre-Crash consoles due to many vendors refusing to stock anything even remotely resembling the console, fearing that they wouldn't sell.

    So what was wrong with the NES-001? Well…

    • NOA's industrial designers made the console look like a VCR, adopting a VCR-like front-loading cartridge. To ease insertion, a "zero insertion force" mechanism was used (put a cart in, press it down to secure)…which allowed crud to build up on the contacts especially easily, since the normal “scrubbing” action on insertion and removal is practically absent here.
    • The infamous 10NES lockout chip, required for all NES cartridges. While intended to keep unlicensed games from being used, the fact that it required a constant connection meant that constant usage of the system made it block even the licensed titles (hence why the system occasionally resets once per second). The Famicom didn't have this problem because it had no lockout chip (or any contact problems in the first place, all due to being a traditional top-loader).

    Why so? Well, the Big N reaped enormous profits from being the sole manufacturer of the carts for its system, and thus being able to decide what gets published, in what amount, for what price, and what the developers would have from it. While the Japan branch was able to enforce it without resorting to technical means, the American one was wary of the Atari situation when everybody and their dog was producing carts for the Atari 2600…hence the 10NES and 72-pin cartridge. But in a brilliant bit of Idiot Hardware Design, NOA engineers removed two pins that connected the motherboard to the sound extension chips in the cart and rerouted the original Famicom expansion port to the cartridge connector, ensuring that American releases would have inferior sound and that the FDS would never work on the NES.

    The NES-101 (aka "NES 2"), a top-loader styled after the Super NES and a bit after the original Famicom, was released in 1993 and not only used a 72-pin version of the original 60-pin connector but further lacked the 10NES chip. Despite being released in all Nintendo markets simultaneously, nobody remembers it. The last official games were released in 1994, after which the console as a whole was discontinued...although Japan produced new units until 2003 and continued support until 2007 (and only stopped because they finally ran out of the necessary parts).

    An overview of the Nintendo Entertainment System hardware. For obsessive detail, see the NESdev Wiki.

    Processors

    • CPU: The Ricoh RP2A03, a custom MOS 6502 with a few extras added on like a sound generator. It runs at 1.79 MHz, or 1.66 MHz in PAL regions.
    • The system's sprites are generated by the Picture Processing Unit, which is a lot faster. Its speed is 5.37 MHz (5.32 MHz for PAL), which allows it to lay a lot of sprites at once, and render huge backgrounds compared to the pre-crash systems.

    Sound

    • The NES had sound circuitry built into its main CPU. It was capable of generating 5 channels of sound: two (largely identical) pulse waves, with 16 volume levels, hardware sweep, and 4 duty cycle settings; one triangle wave channel; one noise channel, with 16 volume levels and 2 sequence settings; and one 7-bit delta modulation channel capable of rendering primitive samples. The delta channel was used mostly for drums and sound effects.
    • Famicom cartridges (but not NES cartridges) could have extra sound circuitry:
      • Famicom Disk System sound chip: 1 wave table.
      • MMC5: 2 extra square waves and 1 8 bit DPCM channel.
      • Sunsoft 5B: 3 square waves, really a AY-3-8910 chip built into a variant of the FME-7 mapper.
      • Namco 163: 8 wave tables, same (if not similar) chip found in many Namco arcade games (like with Mappy and The Tower of Druaga). Roughly comparable to TurboGrafx-16's audio and Konami's SCC and SCC+ chips' audio.
      • Konami VRC6: 2 square waves and 1 saw wave, for a example of how this chip sounds like, hears a 11 part (parts 1 to 9 and 2 encores, with some remix tracks of whole games as well) video (and on going, but the next volumes of the videos take a while) of fan made remix music tracks from Konami games useing the VRC6 chip, and it's awesome.
      • Konami VRC7: 6 FM channels, based on the YM2413.

    Memory

    • RAM: The NES had 2 KB (2048 bytes, 0x800 in hexadecimal) of on-board main memory, although chips on the Cartridges could expand that.
      • In fact, iNES, the de facto standard format for NES ROM images used in Emulation, actually implies, by default, an extra 8 KB of expansion memory.
      • Nintendo's MMC5 chip allowed one to bank-switch the expanded RAM area, meaning one could access a whopping 32 KB of extra memory.
    • The system can read a ROM size of up to 32 KB, but like the 2600 it used bank switching (however, mappers can make the banks bigger). The largest games by the end of the system's life were as large as 1 MB.

    Sprites

    • The NES could display sprites of 8×8 or 8×16 pixels; anything larger is actually two or more sprites acting as one (Super Mario in Super Mario Bros 3 is four sprites), or a background object made to act like a sprite (e.g., the dragon boss in Mega Man 2). The choice was global; all sprites on the screen were the same size, unless one used carefully timed code to change the setting mid-frame.
    • The picture processor can generate up to 64 sprites per screen, but no more than 8 sprites could be displayed on a single horizontal line (such as firing the machine gun in Contra) — in order to deal with this limitation, games would cycle which sprites were visible on alternating frames, resulting in the NES' infamous flickering. This was the main reason a game like Mighty Final Fight had such small sprites. It would take at least four NES sprites just to make one of the characters in the arcade size, and with so many characters on-screen it would've been impossible to make out anything properly.

    Display

    • Total palette of 64 colors (with several duplicates, reducing the effective count to about 53) with up to 25 on-screen at once (potentially more using special tricks). Up to eight different tints could be applied to the screen, or to horizontal strips of the screen using carefully-timed code.
      • From the programmer's point of view, the NES palette had 32 entries. This was divided into eight 4-color palettes, four for the background and four for the sprites. The first palette entry was shared between all eight, giving a maximum of 25 colors per screen.
    • Screen Resolution: 256×240 pixels, though NTSC televisions would often crop it to 256×224.
    • Backgrounds: The NES supported only one background layer. In the absence of cartridge-provided expansions, the PPU in the NES has enough memory for two screens' worth of background. Each background or "nametable" is a matrix of 8×8 pixel tiles, with each byte in the table being an index into a bank of 256 tiles. The NES has support for up to four nametables; without cartridge expansions, only two of these are useable; the other two are duplicates. The background can be scrolled horizontally and vertically. Color information is stored separately in an "attribute table"; one 4-color palette can be selected per 16×16 pixel block. This might be why 16×16 pixel blocks are pretty much a universal feature of NES games.
      • The Nintendo MMC5 chip provided extra memory which could be used as extra attribute data, allowing for each 8×8 pixel block to get its own palette.

    Peripherals

    • R.O.B. (Robotic Operating Buddy), the NES robot which worked with Gyromite and Stack-Up.
      • R.O.B. was really never intended to be anything more than a Trojan Horse outside of Japan: it was intended outside of Japan to camouflage the NES as a "toy", and not as a "video game"-- the crash made retailers wary of anything video-game related. This got Nintendo their initial American distribution deal with Worlds of Wonder, the builders of the Teddy Ruxpin line of animatronic dolls. Ironically, once the NES started to take off, the fact that R.O.B. was a Trojan Horse caused the deal to fall apart. But of course, by then the console was already a hit, so they didn't need R.O.B. anymore.
    • The Zapper Light Gun. Capable of detecting brightness and vertical position, but not horizontal. When targets were close together, the game would light up one target at a time to see which one the player is aiming at.
    • The Power Pad, a floor mat with buttons used for track and field-type games.
    • The Famicom Disk System, a floppy disk drive add-on. It was introduced in 1986, as was a Twin Famicom model that could play both disks and cartridges. The Disk System was only released in Japan, and even there was moribund by the end of the 1980s due to improvements in cartridge construction and rampant piracy concerns (though Nintendo continued to support it until 2003).[2] The experience with piracy in particular caused Nintendo to be reluctant to accept disks until the Game Cube, and only accepted standard-size optical disks with the Wii. The Legend of Zelda (its first title), Castlevania, Doki Doki Panic (AKA Super Mario Bros. 2), Kid Icarus and Metroid were all originally released as Disk System games.
    • The Power Glove, made (in)famous by Product Placement in The Wizard (film) ("It's so bad.").
    • The Data Recorder, a cassette tape player intended mainly for storing programs created with Family BASIC; some games also used it for saves. Like the Disk System, it was only released in Japan.
    • Famicom Modem: A Japan only adapter that make your Famicom go online; It takes it's own card based (like NEC's/Hudson Soft's TurboGrafx-16) format, and the only games made for it were ports of cartridge games (like Super Mario Bros 3) with online game play, however the cards are quite rare to find.

    1. There were actually two incarnations of the Samurai: one which was officially licensed by Nintendo following a deal with an Indian businessman, and a later line of rebadged Micro Genius famiclones.
    2. While FDS didn't use the common 3.25" floppy, it nevertheless utilized the more or less standard design, namely Mitsumi's 3" Quick Disk floppies, widely used in home computers and word processors in Japan at the time, so copying them wasn't a problem.