trunk/src/emu/uimain.c
| r18431 | r18432 | |
| 140 | 140 | item_append(menu_text.cstr(), NULL, 0, (void *)INPUT_SPECIFIC); |
| 141 | 141 | |
| 142 | 142 | /* add optional input-related menus */ |
| 143 | if (has_analog) |
| 144 | item_append("Analog Controls", NULL, 0, (void *)ANALOG); |
| 143 | 145 | if (has_dips) |
| 144 | 146 | item_append("Dip Switches", NULL, 0, (void *)SETTINGS_DIP_SWITCHES); |
| 145 | 147 | if (has_configs) |
| 146 | | item_append("Driver Configuration", NULL, 0, (void *)SETTINGS_DRIVER_CONFIG); |
| 147 | | if (has_analog) |
| 148 | | item_append("Analog Controls", NULL, 0, (void *)ANALOG); |
| 148 | { |
| 149 | menu_text.printf("%s Configuration",emulator_info::get_capstartgamenoun()); |
| 150 | item_append(menu_text.cstr(), NULL, 0, (void *)SETTINGS_DRIVER_CONFIG); |
| 151 | } |
| 149 | 152 | |
| 150 | 153 | /* add bookkeeping menu */ |
| 151 | 154 | item_append("Bookkeeping Info", NULL, 0, (void *)BOOKKEEPING); |