Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
477 B

/*
* SoftPC Revision 2.0
*
* Title : Win32 CGA Graphics Includes
*
* Description :
*
* This is the include file for the Win32 specific functions required
* to support the Hercules emulation.
*
* Author : John Shanly
*
* Notes :
*
*/
/*:::::::::::::::::::::::::::::::::::: Character and screen sizes in pixels */
#define CGA_CHAR_WIDTH 8
#define CGA_CHAR_HEIGHT 16
#define CGA_WIN_WIDTH (80 * CGA_CHAR_WIDTH)
#define CGA_WIN_HEIGHT (25 * CGA_CHAR_HEIGHT)