Interrups | Categories | Contents |
AX = BD61h BX = width in pixels (bits 13-0)bit 14:
???bit 15:
???. CX = height in pixels
Return:
AL = BDh if function supported AH = status 00h successful 01h failed (resolution/flags not supported) CX:BX -> video mode data structure (see #03736) (first word is FFFFh if unsupported resolution) EAX high word cleared
See Also: AX=BD60h - AX=BD6Fh - AX=BDFFh
Format of Matrox video mode information (VCE structure): Offset Size Description (Table 03736) 00h WORD width in pixels 02h WORD height in pixels 04h WORD ??? 06h DWORD dot clock frequency 0Ah 25 BYTEs ???
See Also: #03735
Interrups | Categories | Contents |