diff --git a/src/emu/tilemap.h b/src/emu/tilemap.h index 9f23838ca19..eb27398724f 100644 --- a/src/emu/tilemap.h +++ b/src/emu/tilemap.h @@ -443,7 +443,6 @@ struct tile_data { gfx_element *gfx = decoder->gfx(_gfxnum); int code = rawcode % gfx->elements(); - assert(rawcolor < gfx->colors()); // TEMPORARY ASSERT pen_data = gfx->get_data(code); palette_base = gfx->colorbase() + gfx->granularity() * (rawcolor % gfx->colors()); flags = _flags;