File:  [RetroPC.NET] / np2 / macos9 / np2.h
Revision 1.5: download - view: text, annotated - select for diffs
Fri Dec 5 01:48:15 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
CVS tags: VER_0_72, HEAD
[MacOS9] add F11 bind (T.Yui)


typedef struct {
	int		posx;
	int		posy;

	BYTE	NOWAIT;
	BYTE	DRAW_SKIP;
	BYTE	DISPCLK;
	BYTE	MOUSE_SW;

	BYTE	F11KEY;
	BYTE	F12KEY;
	BYTE	resume;
	BYTE	I286SAVE;
} NP2OSCFG;


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


extern	WindowPtr	hWndMain;
extern	BOOL		np2running;
extern	NP2OSCFG	np2oscfg;


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