home *** CD-ROM | disk | FTP | other *** search
- /*
- * egatest.h
- *
- * Module for ega test utility
- *
- * Copyright (c) 1988-1989, Microsoft Corporation. All rights reserved.
- *
- *
- * Disclaimer: This code is example code only,
- * and does not warranty any product
- * as being Microsoft compatible.
- * Microsoft will not be held responsible
- * for claims made pertaining to this software.
- *
- */
-
- /* I N C L U D E S */
-
- #include <stdio.h>
- #include <conio.h>
- #include <process.h>
- #include "cefunc.h"
-
- /* E Q U A T E S */
-
- #define FALSE 0
- #define TRUE 1
-
- /* F U N C T I O N D E F I N I T I O N S */
-
- void main(void);
- void CheckEGAInterface(void);
- void TestF0F1(void);
- void TestF2F3(void);
- void TestF4F5(void);
- void TestF6F7(void);
- void EnableVideo(void);
-