| Previous | 199869 Revisions | Next |
| r34361 Monday 12th January, 2015 at 19:33:56 UTC by Fabio Priuli |
|---|
| minor ui cleanup. nw. |
| [src/emu/ui] | barcode.c selgame.c tapectrl.c |
| r242872 | r242873 | |
|---|---|---|
| 56 | 56 | const char *new_barcode; |
| 57 | 57 | |
| 58 | 58 | // selected device |
| 59 | item_append(current_display_name() | |
| 59 | item_append(current_display_name(), "", current_display_flags(), ITEMREF_SELECT_READER); | |
| 60 | 60 | |
| 61 | 61 | // append the "New Barcode" item |
| 62 | 62 | if (get_selection() == ITEMREF_NEW_BARCODE) |
| r242872 | r242873 | |
|---|---|---|
| 238 | 238 | emulator_info::get_gamesnoun(), |
| 239 | 239 | emulator_info::get_configname(), |
| 240 | 240 | emulator_info::get_appname(),emulator_info::get_appname() ); |
| 241 | item_append(txt | |
| 241 | item_append(txt, NULL, MENU_FLAG_MULTILINE | MENU_FLAG_REDTEXT, NULL); | |
| 242 | 242 | return; |
| 243 | 243 | } |
| 244 | 244 |
| r242872 | r242873 | |
|---|---|---|
| 58 | 58 | if (current_device()) |
| 59 | 59 | { |
| 60 | 60 | // name of tape |
| 61 | item_append(current_display_name() | |
| 61 | item_append(current_display_name(), current_device()->exists() ? current_device()->filename() : "No Tape Image loaded", current_display_flags(), TAPECMD_SELECT); | |
| 62 | 62 | |
| 63 | 63 | if (current_device()->exists()) |
| 64 | 64 | { |
| https://github.com/mamedev/mame/commit/ba711528052ae9ff57596ec19f9726db16f2009f |
| Previous | 199869 Revisions | Next |