|
|
| version 1.1, 2003/11/21 06:51:13 | version 1.3, 2003/12/26 23:30:26 |
|---|---|
| Line 35 static const char str_device[] = "Device | Line 35 static const char str_device[] = "Device |
| static const char str_keyboard[] = "Keyboard"; | static const char str_keyboard[] = "Keyboard"; |
| static const char str_joykey1[] = "JoyKey-1"; | static const char str_joykey1[] = "JoyKey-1"; |
| static const char str_joykey2[] = "JoyKey-2"; | static const char str_joykey2[] = "JoyKey-2"; |
| static const char str_mousekey[] = "Mouse-Key"; | |
| static const char str_mecshift[] = "mechanical SHIFT"; | static const char str_mecshift[] = "mechanical SHIFT"; |
| static const char str_mecctrl[] = "mechanical CTRL"; | static const char str_mecctrl[] = "mechanical CTRL"; |
| static const char str_mecgrph[] = "mechanical GRPH"; | static const char str_mecgrph[] = "mechanical GRPH"; |
| Line 139 static const MSYSITEM s_screen[] = { | Line 140 static const MSYSITEM s_screen[] = { |
| {str_20fps, NULL, MID_20FPS, 0}, | {str_20fps, NULL, MID_20FPS, 0}, |
| {str_15fps, NULL, MID_15FPS, 0}, | {str_15fps, NULL, MID_15FPS, 0}, |
| {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, | {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, |
| {str_scropt, NULL, MID_SCREENOPT, MENU_GRAY | | {str_scropt, NULL, MID_SCREENOPT, MENU_DELETED}}; |
| MENU_DELETED}}; | |
| static const MSYSITEM s_keybd[] = { | static const MSYSITEM s_keybd[] = { |
| {str_keyboard, NULL, MID_KEY, 0}, | {str_keyboard, NULL, MID_KEY, 0}, |
| {str_joykey1, NULL, MID_JOY1, 0}, | {str_joykey1, NULL, MID_JOY1, 0}, |
| {str_joykey2, NULL, MID_JOY2, 0}, | {str_joykey2, NULL, MID_JOY2, 0}, |
| {str_mousekey, NULL, MID_MOUSEKEY, 0}, | |
| {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, | {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, |
| {str_mecshift, NULL, MID_XSHIFT, 0}, | {str_mecshift, NULL, MID_XSHIFT, 0}, |
| {str_mecctrl, NULL, MID_XCTRL, 0}, | {str_mecctrl, NULL, MID_XCTRL, 0}, |
| Line 193 static const MSYSITEM s_device[] = { | Line 194 static const MSYSITEM s_device[] = { |
| {str_seropt, NULL, MID_SERIAL1, MENU_GRAY}, | {str_seropt, NULL, MID_SERIAL1, MENU_GRAY}, |
| {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, | {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, |
| {str_midiopt, NULL, MID_MPUPC98, MENU_GRAY}, | {str_midiopt, NULL, MID_MPUPC98, MENU_GRAY}, |
| {str_midipanic, NULL, MID_MIDIPANIC, MENU_GRAY}, | {str_midipanic, NULL, MID_MIDIPANIC, 0}, |
| {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, | {NULL, NULL, MID_STATIC, MENU_SEPARATOR}, |
| {str_sndopt, NULL, MID_SNDOPT, MENU_GRAY | | {str_sndopt, NULL, MID_SNDOPT, MENU_GRAY | |
| MENU_DELETED}}; | MENU_DELETED}}; |
| Line 217 static const MSYSITEM s_other[] = { | Line 218 static const MSYSITEM s_other[] = { |
| static const MSYSITEM s_main[] = { | static const MSYSITEM s_main[] = { |
| {str_emulate, s_emu, MID_STATIC, 0}, | {str_emulate, s_emu, MID_STATIC, 0}, |
| {str_fdd1, s_fdd1, MID_STATIC, MENU_GRAY}, | {str_fdd1, s_fdd1, MID_STATIC, 0}, |
| {str_fdd2, s_fdd2, MID_STATIC, MENU_GRAY}, | {str_fdd2, s_fdd2, MID_STATIC, 0}, |
| {str_sasi, s_sasi, MID_STATIC, MENU_GRAY}, | {str_sasi, s_sasi, MID_STATIC, 0}, |
| {str_screen, s_screen, MID_STATIC, 0}, | {str_screen, s_screen, MID_STATIC, 0}, |
| {str_device, s_device, MID_STATIC, 0}, | {str_device, s_device, MID_STATIC, 0}, |
| {str_other, s_other, MID_STATIC, MENU_DELETED}}; | {str_other, s_other, MID_STATIC, MENU_DELETED}}; |