Previous 199869 Revisions Next

r36456 Tuesday 17th March, 2015 at 12:58:00 UTC by Oliver Stöneberg
write popmessage() to error.log as well - and command-line in DEBUG build (nw)
[src/emu]mame.c

trunk/src/emu/mame.c
r244967r244968
286286
287287      // pop it in the UI
288288      machine_manager::instance()->machine()->ui().popup_time(temp.len() / 40 + 2, "%s", temp.cstr());
289     
290      // also write to error.log
291      logerror("popmessage: %s\n", temp.cstr());
292     
293#ifdef MAME_DEBUG
294      // and to command-line in a DEBUG build
295      osd_printf_info("popmessage: %s\n", temp.cstr());
296#endif
289297   }
290298}
291299


Previous 199869 Revisions Next


© 1997-2024 The MAME Team