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

Character Conversion DMA Parameters: Difference between revisions

From SnesLab
Jump to: navigation, search
m (Jeffythedragonslayer moved page CDMA to Character Conversion DMA Parameters)
(bits 5&6 are zero)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''CDMA''' is 8 bits wide, located at 2231h.  It is initialized to zero.
'''CDMA''' is 8 bits wide, located at 2231h.  It is initialized to zero.
The low two bits determine the character conversion DMA color mode.
The [[5A22]] sets the most significant bit when character conversion 1 is completed.
Bits 2 to 4 are the power 2 should be raised to to yield the number of virtual VRAM horizontal characters.
Bits 5 and 6 are zero.


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

Latest revision as of 07:26, 22 December 2023

CDMA is 8 bits wide, located at 2231h. It is initialized to zero.

The low two bits determine the character conversion DMA color mode.

The 5A22 sets the most significant bit when character conversion 1 is completed.

Bits 2 to 4 are the power 2 should be raised to to yield the number of virtual VRAM horizontal characters.

Bits 5 and 6 are zero.

Reference