milliped: Don't know why this fixes the DIPs, but it does (nw)

This commit is contained in:
AJR 2017-07-25 20:38:43 -04:00
parent a712d8f940
commit a911999091

View File

@ -457,8 +457,6 @@ MACHINE_START_MEMBER(centiped_state,centiped)
MACHINE_RESET_MEMBER(centiped_state,centiped)
{
m_maincpu->set_input_line(0, CLEAR_LINE);
m_dsw_select = 0;
m_control_select = 0;
m_prg_bank = 0;
}