mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Mantis 00070: nettoqc: In-game message.
* Put #ifdef MAME_DEBUG around popmessage
This commit is contained in:
parent
bde6932ef4
commit
0e837029de
1 changed files with 2 additions and 0 deletions
|
@ -339,7 +339,9 @@ INLINE int fetch_word(UINT8 *src_data,int src_len,int *bit_addr,int word_len)
|
|||
|
||||
INLINE void log_draw_error(int src, int cmd)
|
||||
{
|
||||
#ifdef MAME_DEBUG
|
||||
popmessage("%06x: warning unknown pixel command %02x",src,cmd);
|
||||
#endif
|
||||
logerror("%06x: warning unknown pixel command %02x\n",src,cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue