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

Continue Flag: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎References: hid archive URL)
(improve description)
Line 1: Line 1:
The '''Continue Flag''' is involved with [[HDMA]].  It is bit 7 of NTRLx.
The '''Continue Flag''' tells the [[HDMA]] controller whether to continue transferring data after the first transfer unit.  It is bit 7 of NTRLx.
 
When set, the DMA controller sends a single transfer unit to the destination for every [[scanline]], during [[hblank]].
 
When clear, the DMA controller sends a transfer unit to the destination just once, for the first scanline, and then does not transfer anything else at least until reaching the Nth scanline, where N was the initial value of the [[HDMA Scanline Counter]].


=== References ===
=== References ===

Revision as of 03:41, 27 July 2023

The Continue Flag tells the HDMA controller whether to continue transferring data after the first transfer unit. It is bit 7 of NTRLx.

When set, the DMA controller sends a single transfer unit to the destination for every scanline, during hblank.

When clear, the DMA controller sends a transfer unit to the destination just once, for the first scanline, and then does not transfer anything else at least until reaching the Nth scanline, where N was the initial value of the HDMA Scanline Counter.

References