### Detecting video adapter types (CGA/MDA/EGA/VGA) ### | |
This article has been copied from the PC MAGAZINE issued September 26, 1989 (al… | |
----------------------------------------------------------- | |
DETECTING VIDEO ADAPTER TYPES | |
Occasionally a program needs to be able to detect what type of display it's run… | |
-- Ned Phillips, Gainesville, Florida | |
PC Magazine: | |
It is true that Microsoft Windows once identified an EGA by the IBM signature i… | |
The best way for your program to determine what video adapter is in a given sys… | |
* Check for the presence of a VGA by calling interrupt 10h with AH set to 1Ah … | |
* Check for the presence of an EGA by executing an interrupt 10h with AH set t… | |
* Assume that either a CGA or MDA is installed and determine which of the two … | |
One configuration detail every program should watch for is the possibility that… | |
Another important point to remember is that both the EGA and the VGA can operat… | |
-- Jeff Prosise | |
=== Attachments ========================================== | |
original article scan.png |