mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Revert "jagblit.inc: attempt to fix expression that triggers clang warning (nw)"
This reverts commit 388875c61d
.
This commit is contained in:
parent
427b2edbe6
commit
bb37242a3b
@ -344,7 +344,7 @@ void jaguar_state::FUNCNAME(UINT32 command, UINT32 a1flags, UINT32 a2flags)
|
||||
}
|
||||
|
||||
/* check for unhandled command bits */
|
||||
if (LOG_UNHANDLED_BLITS && (COMMAND & 0x24003000))
|
||||
if ((COMMAND & 0x24003000) && LOG_UNHANDLED_BLITS)
|
||||
logerror("Blitter unhandled: these command bits: %08X\n", COMMAND & 0x24003000);
|
||||
|
||||
/* top of the outer loop */
|
||||
|
Loading…
Reference in New Issue
Block a user