Previous 199869 Revisions Next

r34222 Tuesday 6th January, 2015 at 15:43:08 UTC by Fabio Priuli
(MESS) ui: when ESCing while creating a new floppy image, fall back
to the correct menu. [Fabio Priuli]
[src/emu/imagedev]floppy.c

trunk/src/emu/imagedev/floppy.c
r242733r242734
925925void ui_menu_control_floppy_image::handle()
926926{
927927   floppy_image_device *fd = static_cast<floppy_image_device *>(image);
928   switch(state) {
928   switch (state) {
929929   case DO_CREATE: {
930930      floppy_image_format_t *fif_list = fd->get_formats();
931931      int ext_match = 0, total_usable = 0;
r242733r242734
985985         break;
986986
987987      case -1:
988         ui_menu::stack_pop(machine());
988         state = START_FILE;
989989         break;
990990      }
991991      break;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team