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
(most significant bit)
(located on SA-1)
 
(2 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 on the [[SA-1]].  It is initialized to zero.


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


The [[5A22]] sets the most significant bit when character conversion 1 is completed.
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 18:39, 7 July 2024

CDMA is 8 bits wide, located at 2231h on the SA-1. 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