| version 1.1, 2003/11/21 06:51:15 | version 1.7, 2004/01/27 07:51:49 | 
| Line 8  static const char str_exit[] = "Exit"; | Line 8  static const char str_exit[] = "Exit"; | 
 |  |  | 
 | static const char str_fdd1[] = "FDD1"; | static const char str_fdd1[] = "FDD1"; | 
 | static const char str_fdd2[] = "FDD2"; | static const char str_fdd2[] = "FDD2"; | 
| static const char str_sasi[] = "SASI"; | static const char str_harddisk[] = "HDD"; | 
 | static const char str_sasi1[] = "SASI1"; | static const char str_sasi1[] = "SASI1"; | 
 | static const char str_sasi2[] = "SASI2"; | static const char str_sasi2[] = "SASI2"; | 
 | static const char str_open[] = "Open..."; | static const char str_open[] = "Open..."; | 
| Line 32  static const char str_15fps[] = "1/4 fra | Line 32  static const char str_15fps[] = "1/4 fra | 
 | static const char str_scropt[] = "Screen option..."; | static const char str_scropt[] = "Screen option..."; | 
 |  |  | 
 | static const char str_device[] = "Device"; | static const char str_device[] = "Device"; | 
 |  |  | 
 |  | #if defined(WIN32_PLATFORM_PSPC) | 
 |  | static const char str_cursor[] = "Cursor"; | 
 |  | static const char str_default[] = "Default"; | 
 |  | static const char str_cur2[] = "Tenkey"; | 
 |  | static const char str_botton[] = "Button"; | 
 |  | static const char str_btn1[] = "RET/SPACE"; | 
 |  | static const char str_btn2[] = "Z / X"; | 
 |  | #endif | 
 |  |  | 
 | 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 61  static const char str_pc9801118[] = "PC- | Line 72  static const char str_pc9801118[] = "PC- | 
 | static const char str_spreakboard[] = "Speak board"; | static const char str_spreakboard[] = "Speak board"; | 
 | static const char str_sparkboard[] = "Spark board"; | static const char str_sparkboard[] = "Spark board"; | 
 | static const char str_amd98[] = "AMD-98"; | static const char str_amd98[] = "AMD-98"; | 
 |  | static const char str_jastsnd[] = "JAST SOUND"; | 
 | static const char str_seeksound[] = "Seek Sound"; | static const char str_seeksound[] = "Seek Sound"; | 
 |  |  | 
 | static const char str_memory[] = "Memory"; | static const char str_memory[] = "Memory"; | 
| Line 118  static const MSYSITEM s_sasi2[] = { | Line 130  static const MSYSITEM s_sasi2[] = { | 
 | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
 | {str_remove,            NULL,           MID_SASI2EJECT,         MENU_DELETED}}; | {str_remove,            NULL,           MID_SASI2EJECT,         MENU_DELETED}}; | 
 |  |  | 
| static const MSYSITEM s_sasi[] = { | #if defined(SUPPORT_SCSI) | 
|  | static const char str_scsi0[] = "SCSI #0"; | 
|  | static const char str_scsi1[] = "SCSI #1"; | 
|  | static const char str_scsi2[] = "SCSI #2"; | 
|  | static const char str_scsi3[] = "SCSI #3"; | 
|  |  | 
|  | static const MSYSITEM s_scsi0[] = { | 
|  | {str_open,                      NULL,           MID_SCSI0OPEN,          0}, | 
|  | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
|  | {str_remove,            NULL,           MID_SCSI0EJECT,         MENU_DELETED}}; | 
|  |  | 
|  | static const MSYSITEM s_scsi1[] = { | 
|  | {str_open,                      NULL,           MID_SCSI1OPEN,          0}, | 
|  | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
|  | {str_remove,            NULL,           MID_SCSI1EJECT,         MENU_DELETED}}; | 
|  |  | 
|  | static const MSYSITEM s_scsi2[] = { | 
|  | {str_open,                      NULL,           MID_SCSI2OPEN,          0}, | 
|  | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
|  | {str_remove,            NULL,           MID_SCSI2EJECT,         MENU_DELETED}}; | 
|  |  | 
|  | static const MSYSITEM s_scsi3[] = { | 
|  | {str_open,                      NULL,           MID_SCSI3OPEN,          0}, | 
|  | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
|  | {str_remove,            NULL,           MID_SCSI3EJECT,         MENU_DELETED}}; | 
|  |  | 
|  | static const MSYSITEM s_hdd[] = { | 
|  | {str_sasi1,                     s_sasi1,        MID_STATIC,                     0}, | 
|  | {str_sasi2,                     s_sasi2,        MID_STATIC,                     0}, | 
|  | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
|  | {str_scsi0,                     s_scsi0,        MID_STATIC,                     0}, | 
|  | {str_scsi1,                     s_scsi1,        MID_STATIC,                     0}, | 
|  | {str_scsi2,                     s_scsi2,        MID_STATIC,                     0}, | 
|  | {str_scsi3,                     s_scsi3,        MID_STATIC,                     MENU_DELETED}}; | 
|  | #else | 
|  | static const MSYSITEM s_hdd[] = { | 
 | {str_sasi1,                     s_sasi1,        MID_STATIC,                     0}, | {str_sasi1,                     s_sasi1,        MID_STATIC,                     0}, | 
 | {str_sasi2,                     s_sasi2,        MID_STATIC,                     MENU_DELETED}}; | {str_sasi2,                     s_sasi2,        MID_STATIC,                     MENU_DELETED}}; | 
 |  | #endif | 
 |  |  | 
 | static const MSYSITEM s_screen[] = { | static const MSYSITEM s_screen[] = { | 
 | {str_window,            NULL,           MID_WINDOW,                     MENU_GRAY}, | {str_window,            NULL,           MID_WINDOW,                     MENU_GRAY}, | 
| Line 139  static const MSYSITEM s_screen[] = { | Line 187  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}}; |  | 
|  | #if defined(WIN32_PLATFORM_PSPC) | 
|  | static const MSYSITEM s_bindcur[] = { | 
|  | {str_default,           NULL,           MID_CURDEF,                     0}, | 
|  | {str_cursor,            NULL,           MID_CUR1,                       0}, | 
|  | {str_cur2,                      NULL,           MID_CUR2,                       MENU_DELETED}}; | 
|  |  | 
|  | static const MSYSITEM s_bindbtn[] = { | 
|  | {str_default,           NULL,           MID_BTNDEF,                     0}, | 
|  | {str_btn1,                      NULL,           MID_BTN1,                       0}, | 
|  | {str_btn2,                      NULL,           MID_BTN2,                       MENU_DELETED}}; | 
|  | #endif | 
 |  |  | 
 | 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 174  static const MSYSITEM s_snd[] = { | Line 234  static const MSYSITEM s_snd[] = { | 
 | {str_spreakboard,       NULL,           MID_SPEAKBOARD,         0}, | {str_spreakboard,       NULL,           MID_SPEAKBOARD,         0}, | 
 | {str_sparkboard,        NULL,           MID_SPARKBOARD,         0}, | {str_sparkboard,        NULL,           MID_SPARKBOARD,         0}, | 
 | {str_amd98,                     NULL,           MID_AMD98,                      0}, | {str_amd98,                     NULL,           MID_AMD98,                      0}, | 
 |  | {str_jastsnd,           NULL,           MID_JASTSND,            0}, | 
 | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
 | {str_seeksound,         NULL,           MID_SEEKSND,            MENU_DELETED}}; | {str_seeksound,         NULL,           MID_SEEKSND,            MENU_DELETED}}; | 
 |  |  | 
| Line 184  static const MSYSITEM s_mem[] = { | Line 245  static const MSYSITEM s_mem[] = { | 
 | {str_mem76,                     NULL,           MID_MEM76,                      MENU_DELETED}}; | {str_mem76,                     NULL,           MID_MEM76,                      MENU_DELETED}}; | 
 |  |  | 
 | static const MSYSITEM s_device[] = { | static const MSYSITEM s_device[] = { | 
 |  | #if defined(WIN32_PLATFORM_PSPC) | 
 |  | {str_cursor,            s_bindcur,      MID_STATIC,                     0}, | 
 |  | {str_botton,            s_bindbtn,      MID_STATIC,                     0}, | 
 |  | {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR}, | 
 |  | #endif | 
 | {str_keyboard,          s_keybd,        MID_STATIC,                     0}, | {str_keyboard,          s_keybd,        MID_STATIC,                     0}, | 
 | {str_beep,                      s_beep,         MID_STATIC,                     0}, | {str_beep,                      s_beep,         MID_STATIC,                     0}, | 
 | {str_soundboard,        s_snd,          MID_STATIC,                     0}, | {str_soundboard,        s_snd,          MID_STATIC,                     0}, | 
| Line 219  static const MSYSITEM s_main[] = { | Line 285  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,                     0}, | {str_fdd1,                      s_fdd1,         MID_STATIC,                     0}, | 
 | {str_fdd2,                      s_fdd2,         MID_STATIC,                     0}, | {str_fdd2,                      s_fdd2,         MID_STATIC,                     0}, | 
| {str_sasi,                      s_sasi,         MID_STATIC,                     0}, | {str_harddisk,          s_hdd,          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}}; |