Difference between revisions of "VBlank Interval"

From Intellivision Wiki
Jump to: navigation, search
 
m (Protected "VBlank Interval" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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 [[GRAM]] and the [[GROM]].   
+
[[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]].   
  
[[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 GRAM and GROM.
+
[[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.

Latest revision as of 09:45, 4 December 2010

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.