--- xmil/MacOSX/xmil.h 2004/08/10 14:38:56 1.1 +++ xmil/MacOSX/xmil.h 2004/08/14 08:15:57 1.2 @@ -10,6 +10,13 @@ typedef struct { UINT8 F11KEY; UINT8 F12KEY; +#if defined(SUPPORT_RESUME) + UINT8 resume; +#endif +#if defined(SUPPORT_STATSAVE) + UINT8 statsave; +#endif + UINT8 Z80SAVE; } XMILOSCFG;