Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Vertical blank interrupt
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
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]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Cite book
(
edit
)
Template:More citations needed
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Search
Search
Editing
Vertical blank interrupt
Add topic