Previous 199869 Revisions Next

r36458 Tuesday 17th March, 2015 at 14:48:28 UTC by Oliver Stöneberg
disabled additional logging of popmessage() messages (nw)
[src/emu]mame.c

trunk/src/emu/mame.c
r244969r244970
287287      // pop it in the UI
288288      machine_manager::instance()->machine()->ui().popup_time(temp.len() / 40 + 2, "%s", temp.cstr());
289289     
290      /*
290291      // also write to error.log
291292      logerror("popmessage: %s\n", temp.cstr());
292293     
r244969r244970
294295      // and to command-line in a DEBUG build
295296      osd_printf_info("popmessage: %s\n", temp.cstr());
296297#endif
298      */
297299   }
298300}
299301


Previous 199869 Revisions Next


© 1997-2024 The MAME Team