summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/nt_cga.h
blob: 03161155ffb1c8044d2bd5a4e007314725ab509b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * 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)