mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
k054156_k054157_k056832.cpp: Fix syntax (nw)
This commit is contained in:
parent
6ee5a3beb9
commit
53526ecb74
@ -479,7 +479,7 @@ void k056832_device::get_tile_info( tile_data &tileinfo, int tile_index, int pa
|
|||||||
|
|
||||||
const struct K056832_SHIFTMASKS *smptr;
|
const struct K056832_SHIFTMASKS *smptr;
|
||||||
int layer, flip, fbits, attr, code, color, flags;
|
int layer, flip, fbits, attr, code, color, flags;
|
||||||
int priority = 0
|
int priority = 0;
|
||||||
uint16_t *pMem;
|
uint16_t *pMem;
|
||||||
|
|
||||||
pMem = &m_videoram[(pageIndex << 12) + (tile_index << 1)];
|
pMem = &m_videoram[(pageIndex << 12) + (tile_index << 1)];
|
||||||
|
Loading…
Reference in New Issue
Block a user