--- np2/macosx/np2.h 2003/12/02 11:09:07 1.12 +++ np2/macosx/np2.h 2004/04/18 16:42:28 1.17 @@ -1,5 +1,16 @@ 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; @@ -7,16 +18,27 @@ typedef struct { 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 +#if defined(SUPPORT_SOFTKBD) + BYTE softkey; +#endif + BYTE jastsnd; BYTE I286SAVE; + } NP2OSCFG; @@ -33,5 +55,3 @@ extern WindowPtr hWndMain; extern BOOL np2running; extern NP2OSCFG np2oscfg; extern BYTE scrnmode; - -void recieveCommand(long param); \ No newline at end of file