File:  [RetroPC.NET] / xmil / MacOSX / xmil.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Aug 10 23:38:56 2004 JST (21 years, 2 months ago) by tk800
Branches: MAIN
CVS tags: HEAD
Add MacOSX[MacOSX](tk800)


typedef struct {
	int		posx;
	int		posy;

	UINT8	NOWAIT;
	UINT8	DRAW_SKIP;
	UINT8	DISPCLK;

	UINT8	F11KEY;
	UINT8	F12KEY;

	UINT8	Z80SAVE;
} XMILOSCFG;


enum {
	SCREEN_WBASE		= 80,
	SCREEN_HBASE		= 50,
	SCREEN_DEFMUL		= 8,
	FULLSCREEN_WIDTH	= 640,
	FULLSCREEN_HEIGHT	= 480
};


extern	WindowPtr	hWndMain;
extern	BRESULT		xmilrunning;
extern	XMILOSCFG	xmiloscfg;


RetroPC.NET-CVS <cvs@retropc.net>