mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Fixed build. (nw)
This commit is contained in:
parent
6217d6e6b6
commit
09c377832b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user