Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Vertical blank interrupt
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Computer interrupt in home computers triggered by video output.}} {{More citations needed|date=February 2024}} A '''vertical blank interrupt''' (or '''VBI''') is a hardware feature found in some legacy computer systems that generate a video signal. [[Cathode-ray tube]] based video display circuits generate [[vertical blank|vertical blanking]] and vertical sync pulses when the display picture has completed and the [[Raster_scan|raster]] is being returned to the start of the display. With VBI, the vertical blank pulse is also used to generate an [[Interrupt|interrupt request]] for the computer's microprocessor. The [[Interrupt_handler|interrupt service routine]] can then modify data in the video [[Framebuffer|display memory]] while it is not being read to avoid screen tearing effects.<ref>{{Cite book |last=Mentley |first=David E. |url=https://books.google.com/books?id=PkMSAQAAMAAJ&q=%22Vertical+blank+interrupt%22+-wikipedia+%22interrupt+request%22 |title=ABCs of Atari Computers |date=1984 |publisher=Datamost |isbn=978-0-8359-0013-3 |language=en}}</ref> This was particularly useful in simple [[Home_computer|home computers]] and [[video game]] consoles that relied upon a central microprocessor to generate text or graphic displays. More advanced home computers featuring hardware [[Sprite (computer graphics)|sprites]] often supported the more flexible [[horizontal blank interrupt]] instead in order to allow them to be multiplexed. As the VBI will be generated at the start of every displayed frame (50 Hz for [[PAL]], 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 and joystick ports. It can also be used to implement a basic form of [[computer multitasking|multitasking]] as well as a buffered graphics screen via [[page flipping]], if hardware permits. Modern [[protected mode]] operating systems generally do not support VBIs as access to hardware interrupts for unprivileged user programs could compromise the system stability. Instead, various [[API]]s like [[DirectX]] provide efficient and safe ways to present graphics free of tear and flicker. For computers that support VBIs see the page about [[raster interrupt]]s. ==See also== *[[Horizontal blank interrupt]] ==References== {{reflist}} [[Category:Video game development]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:More citations needed
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)