From a9119990913dc140a2f0edf99ce7ab3ffa2a3d19 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 25 Jul 2017 20:38:43 -0400 Subject: milliped: Don't know why this fixes the DIPs, but it does (nw) --- src/mame/drivers/centiped.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/drivers/centiped.cpp b/src/mame/drivers/centiped.cpp index bd54516c152..e02caf468e6 100644 --- a/src/mame/drivers/centiped.cpp +++ b/src/mame/drivers/centiped.cpp @@ -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; } -- cgit v1.2.3