|
|
| version 1.2, 2004/08/03 12:50:54 | version 1.4, 2004/08/12 17:57:36 |
|---|---|
| Line 1 | Line 1 |
| #ifndef __cplusplus | |
| // #error why called from C ? | |
| #endif | |
| typedef struct { | typedef struct { |
| int winx; | int winx; |
| int winy; | int winy; |
| Line 10 typedef struct { | Line 6 typedef struct { |
| UINT8 WINSNAP; | UINT8 WINSNAP; |
| UINT8 background; | UINT8 background; |
| UINT8 DISPCLK; | UINT8 DISPCLK; |
| UINT8 NOWAIT; | |
| UINT8 DRAW_SKIP; | |
| UINT8 keyboard; | UINT8 keyboard; |
| UINT8 JOYSTICK; | UINT8 JOYSTICK; |
| UINT8 Z80SAVE; | UINT8 Z80SAVE; |
| #if defined(SUPPORT_RESUME) | |
| UINT8 resume; | |
| #endif | |
| #if defined(SUPPORT_STATSAVE) | |
| UINT8 statsave; | |
| #endif | |
| UINT8 clockx; | UINT8 clockx; |
| UINT8 clockfnt; | UINT8 clockfnt; |
| UINT32 clockcolor1; | UINT32 clockcolor1; |
| Line 40 enum { | Line 45 enum { |
| IDM_SCREENCENTER = 20000, | IDM_SCREENCENTER = 20000, |
| IDM_SNAPENABLE = 20001, | IDM_SNAPENABLE = 20001, |
| IDM_BACKGROUND = 20002, | IDM_BACKGROUND = 20002, |
| IDM_BGSOUND = 20003 | IDM_BGSOUND = 20003, |
| IDM_FLAGSAVE = 20100, | |
| IDM_FLAGLOAD = 20150 | |
| }; | }; |