We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

HDMA Scanline Counter: Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(more specific where its loaded from)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''HDMA Scanline Counter''' is bits 0-6 of NTRLx (43xAh).  Its value is loaded from an [[HDMA]] table automatically.  Then, it is decremented by one for every [[scanline]] rendered.
The '''HDMA Scanline Counter''' is bits 0-6 of NTRLx (43xAh).  Its value is loaded from the high 7 bits of the first byte of an [[HDMA]] table automatically.  Then, it is decremented by one for every [[scanline]] rendered.


=== See Also ===
=== See Also ===
* [[Repeat Flag]]
* [[Continue Flag]]


=== Reference ===
=== Reference ===

Latest revision as of 04:51, 27 July 2023

The HDMA Scanline Counter is bits 0-6 of NTRLx (43xAh). Its value is loaded from the high 7 bits of the first byte of an HDMA table automatically. Then, it is decremented by one for every scanline rendered.

See Also

Reference