| Previous | 199869 Revisions | Next |
| r33333 Tuesday 11th November, 2014 at 02:08:29 UTC by Alex W. Jackson |
|---|
| tilemap.h: remove temporary assert (nw) |
| [src/emu] | tilemap.h |
| r241844 | r241845 | |
|---|---|---|
| 443 | 443 | { |
| 444 | 444 | gfx_element *gfx = decoder->gfx(_gfxnum); |
| 445 | 445 | int code = rawcode % gfx->elements(); |
| 446 | assert(rawcolor < gfx->colors()); // TEMPORARY ASSERT | |
| 447 | 446 | pen_data = gfx->get_data(code); |
| 448 | 447 | palette_base = gfx->colorbase() + gfx->granularity() * (rawcolor % gfx->colors()); |
| 449 | 448 | flags = _flags; |
| https://github.com/mamedev/mame/commit/49c243d09ae7a21647ee201c1c8970ea2325cae6 |
| Previous | 199869 Revisions | Next |