Fixed build. (nw)

This commit is contained in:
Curt Coder 2014-04-09 12:59:11 +00:00
parent 6217d6e6b6
commit 09c377832b

View File

@ -16,7 +16,7 @@ void namcona1_state::tilemap_get_info(
const UINT16 *tilemap_videoram,
bool use_4bpp_gfx )
{
UINT16 *source;
//UINT16 *source;
int data = tilemap_videoram[tile_index];
int tile = data&0xfff;