Interrups | Categories | Contents |
AX = 0029h CX = previous video mode 0000h get first supported video mode other get next supported mode after mode CX
Return:
CX = first/next video mode (0000h = no more video modes) DS:DX -> description of video mode or 0000h:0000h if none
Notes: The enumerated video modes may be in any order and may repeat. The description string (if available) is terminated by '$' followed by a NUL byte
See Also: AX=0028h
Category: Mouse/Pointing Device - Int 33h - M
Interrups | Categories | Contents |