A vertical blank interrupt (also known as a vertical blanking interrupt, vertical retrace interrupt or abbreviations of these such as VBL or VBI) is a hardware feature found in many older computer systems that generate a video signal. Video display circuits must generate vertical blanking and vertical sync pulses to indicate the start of each field within the video signal. With VBI, the display circuitry also generates an interrupt request for the computer's microprocessor at the start of the vertical blanking period. or to configure a graphics coprocessor that would generate the display as it was being output. Some systems also support a horizontal blank interrupt, which allows more elaborate interrupt-driven techniques such as sprite multiplexing.

As the VBI will be generated at the start of every displayed field (50 Hz for PAL, approximately 60 Hz for NTSC), it is a useful timebase in systems lacking other timing sources. VBIs are used in some home computers to perform regular functions like scanning the keyboard, mouse and joystick ports. In a more complex operating system, the VBI may be used as a clock source for task switching or to trigger periodic background jobs.

VBIs became less important in graphics programming on general-purpose computers in the 1990s, as multitasking operating systems no longer provide direct address to hardware features, and modern graphics libraries provide higher-level ways of achieving smooth animation. For examples of computers that support VBIs, see raster interrupt.

See also

  • Horizontal blank interrupt

References