summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_95.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wpc_95.cpp')
-rw-r--r--src/mame/drivers/wpc_95.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wpc_95.cpp b/src/mame/drivers/wpc_95.cpp
index 6bc85f01c6d..8a64afddbbb 100644
--- a/src/mame/drivers/wpc_95.cpp
+++ b/src/mame/drivers/wpc_95.cpp
@@ -2243,7 +2243,7 @@ static INPUT_PORTS_START( ttt )
PORT_BIT(0x80, IP_ACTIVE_LOW, IPT_OTHER) PORT_NAME("UL Flipper Button")
INPUT_PORTS_END
-static MACHINE_CONFIG_START( wpc_95, wpc_95_state )
+static MACHINE_CONFIG_START( wpc_95 )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6809, XTAL_8MHz/4)
MCFG_CPU_PROGRAM_MAP(wpc_95_map)