Previous 199869 Revisions Next

r41642 Sunday 8th November, 2015 at 01:43:46 UTC by Scott Stone
Allow DEBUG=1 build to compile on Windows (nw)
[src/mame/drivers]ddenlovr.c

trunk/src/mame/drivers/ddenlovr.c
r250153r250154
697697   if (baddr / 8 >= src_len)
698698   {
699699#ifdef MAME_DEBUG
700      popmessage("GFX ROM OVER %06x", baddr / 8);
700//      popmessage("GFX ROM OVER %06x", baddr / 8);
701701#endif
702702      return 1;
703703   }


Previous 199869 Revisions Next


© 1997-2024 The MAME Team