| 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 |
| r243389 | r243390 | |
|---|---|---|
| 344 | 344 | } |
| 345 | 345 | |
| 346 | 346 | /* check for unhandled command bits */ |
| 347 | if ((COMMAND & 0x24003000) | |
| 347 | if (LOG_UNHANDLED_BLITS && (COMMAND & 0x24003000)) | |
| 348 | 348 | logerror("Blitter unhandled: these command bits: %08X\n", COMMAND & 0x24003000); |
| 349 | 349 | |
| 350 | 350 | /* top of the outer loop */ |
| https://github.com/mamedev/mame/commit/388875c61d471d882c811a785ea27c93f9349ff4 |
| Previous | 199869 Revisions | Next |