mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Allow DEBUG=1 build to compile on Windows (nw)
This commit is contained in:
parent
44b88787c3
commit
15e03e7760
@ -697,7 +697,7 @@ INLINE int fetch_bit( UINT8 *src_data, int src_len, int *bit_addr )
|
|||||||
if (baddr / 8 >= src_len)
|
if (baddr / 8 >= src_len)
|
||||||
{
|
{
|
||||||
#ifdef MAME_DEBUG
|
#ifdef MAME_DEBUG
|
||||||
popmessage("GFX ROM OVER %06x", baddr / 8);
|
// popmessage("GFX ROM OVER %06x", baddr / 8);
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user