Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>ismcga()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ISMCGA()
 Determines if an MCGA card is present or can be emulated
------------------------------------------------------------------------------
 Syntax

     ISMCGA([<lMode>]) --> lMCGA

 Argument

     <lMode>  When designated as .T. tests to see if an MCGA card is
     actually available.  The default value of .F. tests to see if a
     monochrome adapter can be emulated.

 Returns

     Depending on the <lMode> parameter, the function returns .T. when a MCGA
     card is available or if an MCGA adapter can be emulated.

 Description

     You can determine two things with this function. When designated as .F.
     or when called without a parameter, ISMCGA() tests to see if a
     monochrome adapter can be emulated.  This can happen with a HERCULES,
     EGA, or VGA card.  When designated as .T., the function determines if a
     Monochrome card is available.

 Note

     .  GETMODE() determines the active mode.

 Example

     Can MCGA be emulated?

     IF ISMCGA()
     *...
     ENDIF
     MCGA-Card?
     IF ISMCGA(.T.)
     *...
     ENDIF


See Also: VIDEOTYPE() GETMODE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson