Previous 199869 Revisions Next

r34878 Thursday 5th February, 2015 at 21:31:45 UTC by Alex W. Jackson
jagblit.inc: attempt to fix expression that triggers clang warning (nw)
[src/mame/video]jagblit.inc

trunk/src/mame/video/jagblit.inc
r243389r243390
344344   }
345345
346346   /* check for unhandled command bits */
347   if ((COMMAND & 0x24003000) && LOG_UNHANDLED_BLITS)
347   if (LOG_UNHANDLED_BLITS && (COMMAND & 0x24003000))
348348      logerror("Blitter unhandled: these command bits: %08X\n", COMMAND & 0x24003000);
349349
350350   /* top of the outer loop */


Previous 199869 Revisions Next


© 1997-2024 The MAME Team