mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +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,
|
const UINT16 *tilemap_videoram,
|
||||||
bool use_4bpp_gfx )
|
bool use_4bpp_gfx )
|
||||||
{
|
{
|
||||||
UINT16 *source;
|
//UINT16 *source;
|
||||||
|
|
||||||
int data = tilemap_videoram[tile_index];
|
int data = tilemap_videoram[tile_index];
|
||||||
int tile = data&0xfff;
|
int tile = data&0xfff;
|
||||||
|
Loading…
Reference in New Issue
Block a user