Interrups | Categories | Contents |
AX = 1E01h BH = functionbit 7:
=1 set display control, =0 query controlbits 6-0:
Reserved (0). ---if BH bit 7 set---. BL = new display combination (see #00054)
Return:
AL = 1Eh if function supported BH = resultsbit 7:
Query/set (copied from input)bits 6-3:
Reserved (0)bit 2:
Simultaneous display is supported by hardwarebit 1:
LCD/CRT display control supported by hardwarebit 0:
Set operation was successful (always clear on get) BL = active display combination (see #00054)
Bitfields for Flat-Panel display combination: Bit(s) Description (Table 00054) 7-2 reserved (0) 1-0 combination. 00 reserved. 01 LCD active. 10 CRT active. 11 both LCD and CRT active (simultaneous display)
See Also: #00055
Interrups | Categories | Contents |