Fix compile error for 'unused variable' (nw)

This commit is contained in:
Scott Stone 2014-05-25 03:27:16 +00:00
parent cf0ec115aa
commit 02ac2db171

View File

@ -881,7 +881,7 @@ MC6845_UPDATE_ROW( fanucspmg_state::crtc_update_row_mono )
if (offset <= 0x5ff)
{
UINT8 chr = m_vram[offset + 0x600];
UINT8 attr = m_vram[offset];
// UINT8 attr = m_vram[offset];
UINT8 data = chargen[ chr + (ra * 256) ];
UINT32 fg = 0xff00;
UINT32 bg = 0;