Changes

Jump to: navigation, search

CRTC

274 bytes removed, Saturday at 15:49
/* Register access */
=== Register access ===
On CRTCs 0/1/2, only the 5 least significant bits of the selected register number are considered to read a register:.
* For instance, reading register 12 will give the same result as reading register 44 (12+32), register 76 (12+64) or register 108 (12+96).* On CRTCs 0/2, registers 18-31 read as 0.* On CRTC 1, registers 18-30 read as 0, register 31 reads as &FF.
On CRTCs 3/4, only the 3 least significant bits of the selected register number are considered to read a register, according to the following table:
|7||R15||Cursor Address (Low)
|}
 
For instance, reading register 4 will give the same result as reading register 12 (4+8), register 20 (4+16) or register 28 (4+24).
<br>
8,290
edits