Fix unused variable (nw)

This commit is contained in:
Alex W. Jackson 2014-03-01 10:36:03 +00:00
parent cb610cb8cf
commit 897c8ab737

View File

@ -501,14 +501,12 @@ void lethal_state::machine_start()
void lethal_state::machine_reset() void lethal_state::machine_reset()
{ {
UINT8 *prgrom = (UINT8 *)memregion("maincpu")->base(); for (int i = 0; i < 4; i++)
int i;
for (i = 0; i < 4; i++)
m_layer_colorbase[i] = 0; m_layer_colorbase[i] = 0;
m_sprite_colorbase = 0; m_sprite_colorbase = 0;
m_cur_control2 = 0; m_cur_control2 = 0;
m_bank4800->set_bank(0);
} }
static const k056832_interface lethalen_k056832_intf = static const k056832_interface lethalen_k056832_intf =