home *** CD-ROM | disk | FTP | other *** search
- //
- // File name: 32bit.hpp
- //
- // Description: The header for file 32bit.CPP
- //
-
- #ifndef _32BITHPP
- #define _32BITHPP
-
- int InitDPMI(void);
- unsigned int GetAddress(unsigned int RM_Location);
- unsigned int ConvertAddress(unsigned int Address);
- unsigned char *VideoAddress ();
- void SetVideo (short int mode);
-
- #endif
-