Raster interrupt

A raster interrupt (also called a horizontal blank interrupt) is a computer interrupt signal that is used for display timing purposes. It is usually, though not always, generated by the system's graphics chip.

Often, the graphics chips used in home computers and video game consoles had limited capabilities. Raster interrupts were incorporated into these video chips allowing skilled programmers to transcend these limitations. A software-serviced interrupt would be set to trigger when a given screen line was refreshed, and the interrupt routine could then reload the chip's registers. In doing so, the graphics chip state could be changed at a specific screen position allowing sprites to be repositioned, additional colors inserted, or graphics modes to be changed giving the graphics hardware the appearance of greater capability than it was inherently endowed.

Systems supporting raster interrupts

Several popular home computers and video game consoles included graphics chips supporting raster interrupts or had features that could be combined to work like raster interrupts.

Atari 8-bit family (ANTIC chip, 1979)

The ANTIC chip used by the Atari 8-bit family includes display list interrupts (DLIs), which are triggered as the display is being drawn.[1] The ANTIC chip itself is considerably powerful and inherently capable of many features which other systems require raster interrupts to duplicate. ANTIC can mix multiple graphics modes on the screen, display horizontal and vertical overscan graphics, and fine scroll selected horizontal regions. DLIs on the Atari are typically used to add additional color to the display and reuse Player/Missile graphics elements.

Commodore 64 (MOS Technology VIC-II chip, 1982)

The C64's VIC-II has a flexible raster interrupt system. Raster interrupts and CPU intervention are necessary to reuse sprites on the screen, mix graphics modes, and selectively scroll screen regions.

Nintendo Entertainment System (PPU chip, 1983)

The Nintendo Entertainment System's PPU graphics chip does not support true raster interrupts - an interrupt can be set to trigger during the vertical blank interval, but not at any arbitrary scan line - instead required polling of a "hit flag" that indicated when the first sprite was being drawn. Although early games like Super Mario Bros., Castlevania, and The Legend of Zelda managed to produce effective split-screen scrolling with this method, it is CPU-intensive. Some later cartridges incorporated MMC circuitry (most prominently Nintendo's MMC3 chip) that kept track of the PPU's address and data lines and generated raster interrupts.

Commodore Amiga (Copper chip, 1985)

The Amiga computers include a custom coprocessor called the Copper which is dedicated to servicing raster interrupts. The Copper runs a program of simple instructions directing it to wait for a specific vertical scan line and horizontal beam position, then update the contents of a custom chip hardware register. This is typically used for modifying display parameters (such as mixing display modes, reusing sprites, changing color registers) without requiring any CPU interaction.

References

  1. De Re Atari. Atari, Inc. 1982.

See also

This article is issued from Wikipedia - version of the 12/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.