diff --git a/src/emu/mame.c b/src/emu/mame.c index 9511df4e9df..3d8380d8666 100644 --- a/src/emu/mame.c +++ b/src/emu/mame.c @@ -287,6 +287,7 @@ void CLIB_DECL popmessage(const char *format, ...) // pop it in the UI machine_manager::instance()->machine()->ui().popup_time(temp.len() / 40 + 2, "%s", temp.cstr()); + /* // also write to error.log logerror("popmessage: %s\n", temp.cstr()); @@ -294,6 +295,7 @@ void CLIB_DECL popmessage(const char *format, ...) // and to command-line in a DEBUG build osd_printf_info("popmessage: %s\n", temp.cstr()); #endif + */ } }