summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/battlex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/battlex.cpp')
-rw-r--r--src/mame/drivers/battlex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/battlex.cpp b/src/mame/drivers/battlex.cpp
index da2d2a9f05d..d1aab0ccce0 100644
--- a/src/mame/drivers/battlex.cpp
+++ b/src/mame/drivers/battlex.cpp
@@ -166,7 +166,7 @@ static INPUT_PORTS_START( battlex )
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Demo_Sounds ) )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x08, DEF_STR( On ) )
- PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_CUSTOM_MEMBER(DEVICE_SELF, battlex_state,battlex_in0_b4_r, nullptr)
+ PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_CUSTOM_MEMBER(battlex_state, battlex_in0_b4_r)
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Cabinet ) )
PORT_DIPSETTING( 0x20, DEF_STR( Upright ) )
PORT_DIPSETTING( 0x00, DEF_STR( Cocktail ) )