From 9705d41ac78bd1870ff2da41afdceae4282f5464 Mon Sep 17 00:00:00 2001 From: Roberto Zandona Date: Wed, 20 Aug 2008 16:34:01 +0000 Subject: [PATCH] removed unnecessary code for sf2m2 --- src/mame/drivers/cps1.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mame/drivers/cps1.c b/src/mame/drivers/cps1.c index e8a4d0281ed..969f7f31a1f 100644 --- a/src/mame/drivers/cps1.c +++ b/src/mame/drivers/cps1.c @@ -1833,13 +1833,6 @@ static INPUT_PORTS_START( sf2hack ) PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_UNKNOWN ) INPUT_PORTS_END -static INPUT_PORTS_START( sf2m2 ) - PORT_INCLUDE( sf2hack ) - - PORT_MODIFY("DSWB") - PORT_DIPUNUSED_DIPLOC( 0x08, 0x00, "SW(B):4" ) // if ON the game boot -INPUT_PORTS_END - static INPUT_PORTS_START( sf2m4 ) PORT_INCLUDE( sf2hack )