k054156_k054157_k056832.cpp: Fix syntax (nw)

This commit is contained in:
AJR 2020-01-24 15:12:38 -05:00
parent 6ee5a3beb9
commit 53526ecb74

View File

@ -479,7 +479,7 @@ void k056832_device::get_tile_info( tile_data &tileinfo, int tile_index, int pa
const struct K056832_SHIFTMASKS *smptr;
int layer, flip, fbits, attr, code, color, flags;
int priority = 0
int priority = 0;
uint16_t *pMem;
pMem = &m_videoram[(pageIndex << 12) + (tile_index << 1)];