Int 6D Fn BD61 U - Matrox Multiple Monitor Support V1.0 - Get Video Mode [V]

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 #3407)
(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 3407)
00h WORD width in pixels
02h WORD height in pixels
04h WORD ???
06h DWORD dot clock frequency
0Ah 25 BYTEs ???

See Also: #3406