--- np2/macosx/np2.h 2003/11/03 10:19:43 1.9 +++ np2/macosx/np2.h 2004/03/15 05:06:01 1.16 @@ -1,17 +1,41 @@ typedef struct { + BYTE port; + BYTE def_en; + BYTE param; + UINT32 speed; + char mout[MAX_PATH]; + char min[MAX_PATH]; + char mdl[64]; + char def[MAX_PATH]; +} COMCFG; + +typedef struct { + char titles[256]; + + int winx; + int winy; BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; - BYTE F12COPY; + BYTE F11KEY; + BYTE F12KEY; BYTE MOUSE_SW; BYTE JOYPAD1; + COMCFG mpu; + BYTE comfirm; BYTE resume; + BYTE toolwin; +#if defined(SUPPORT_KEYDISP) + BYTE keydisp; +#endif + BYTE jastsnd; BYTE I286SAVE; + } NP2OSCFG; @@ -28,5 +52,3 @@ extern WindowPtr hWndMain; extern BOOL np2running; extern NP2OSCFG np2oscfg; extern BYTE scrnmode; - -void recieveCommand(long param); \ No newline at end of file