| RPTA18 to RPTA16 | 1800BCH | bits 2 to 0 | < | |
| RPTA15 to RPTA1 | 1800BEH | Bits 15 to 1 |
RP6 bit is ignored even if data is written. It is fixed to 0 for rotation parameter A and 1 for rotation parameter B.
The actual start address of the rotation parameter table is calculated using the following formula. When the VRAM capacity is 4M bits, the most significant bit of the address is ignored.
(Start address of rotation parameter A) = (Rotation parameter table address register value upper 12 bits) x 100H + (Rotation parameter table address register lower 5 bits) x 4H(Start address of rotation parameter B) = (Rotation parameter table address register value upper 12 bits) x 100H + (Rotation parameter table address register value lower 5 bits) × 4H + 80H
For example, if you specify 00170H or 00130H, the start address of rotation parameter A will be 00260H, and the start address of rotation parameter B will be 002E0H.