Difference between revisions of "VBlank Interval"

From Intellivision Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 +
[[Category:STIC]]
 
The VBlank Interval (short for "Vertical Blanking Interval") is the period of time between when the [[STIC]] signals a [[VBlank Interrupt]] and when it starts generating an active display.  Programmers must be aware of this time interval, as it is the only time when the CPU may access the STIC's registers, the [[Graphics RAM]] and the [[Graphics ROM]].   
 
The VBlank Interval (short for "Vertical Blanking Interval") is the period of time between when the [[STIC]] signals a [[VBlank Interrupt]] and when it starts generating an active display.  Programmers must be aware of this time interval, as it is the only time when the CPU may access the STIC's registers, the [[Graphics RAM]] and the [[Graphics ROM]].   
  
 
[[VBlank Period 1]] defines the time window within the VBlank Interval where the CPU may access the STIC's registers.  [[VBlank Period 2]] defines the time window where the CPU may access Graphics RAM and Graphics ROM.
 
[[VBlank Period 1]] defines the time window within the VBlank Interval where the CPU may access the STIC's registers.  [[VBlank Period 2]] defines the time window where the CPU may access Graphics RAM and Graphics ROM.

Revision as of 22:08, 11 January 2005

The VBlank Interval (short for "Vertical Blanking Interval") is the period of time between when the STIC signals a VBlank Interrupt and when it starts generating an active display. Programmers must be aware of this time interval, as it is the only time when the CPU may access the STIC's registers, the Graphics RAM and the Graphics ROM.

VBlank Period 1 defines the time window within the VBlank Interval where the CPU may access the STIC's registers. VBlank Period 2 defines the time window where the CPU may access Graphics RAM and Graphics ROM.