Previous 199869 Revisions Next

r29483 Wednesday 9th April, 2014 at 12:59:11 UTC by Curt Coder
Fixed build. (nw)
[src/mame/video]namcona1.c

trunk/src/mame/video/namcona1.c
r29482r29483
1616   const UINT16 *tilemap_videoram,
1717   bool use_4bpp_gfx )
1818{
19   UINT16 *source;
19   //UINT16 *source;
2020
2121   int data = tilemap_videoram[tile_index];
2222   int tile = data&0xfff;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team