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)
(# of horizontal characters)
Line 4: Line 4:


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.


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

Revision as of 07:25, 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.

Reference