mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +03:00
Mantis 00070: nettoqc: In-game message.
* Put #ifdef MAME_DEBUG around popmessage
This commit is contained in:
parent
bde6932ef4
commit
0e837029de
@ -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)
|
INLINE void log_draw_error(int src, int cmd)
|
||||||
{
|
{
|
||||||
|
#ifdef MAME_DEBUG
|
||||||
popmessage("%06x: warning unknown pixel command %02x",src,cmd);
|
popmessage("%06x: warning unknown pixel command %02x",src,cmd);
|
||||||
|
#endif
|
||||||
logerror("%06x: warning unknown pixel command %02x\n",src,cmd);
|
logerror("%06x: warning unknown pixel command %02x\n",src,cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user