Allow DEBUG=1 build to compile on Windows (nw)

This commit is contained in:
Scott Stone 2015-11-07 20:43:46 -05:00
parent 44b88787c3
commit 15e03e7760

View File

@ -697,7 +697,7 @@ INLINE int fetch_bit( UINT8 *src_data, int src_len, int *bit_addr )
if (baddr / 8 >= src_len)
{
#ifdef MAME_DEBUG
popmessage("GFX ROM OVER %06x", baddr / 8);
// popmessage("GFX ROM OVER %06x", baddr / 8);
#endif
return 1;
}