summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes_ctrl/multitap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes_ctrl/multitap.cpp')
-rw-r--r--src/devices/bus/snes_ctrl/multitap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/snes_ctrl/multitap.cpp b/src/devices/bus/snes_ctrl/multitap.cpp
index d4a120d242f..e79f73280fb 100644
--- a/src/devices/bus/snes_ctrl/multitap.cpp
+++ b/src/devices/bus/snes_ctrl/multitap.cpp
@@ -41,7 +41,7 @@ static SLOT_INTERFACE_START( snes_multitap )
SLOT_INTERFACE("twintap", SNES_TWINTAP)
SLOT_INTERFACE_END
-static MACHINE_CONFIG_FRAGMENT( multi5p )
+static MACHINE_CONFIG_START( multi5p )
MCFG_SNES_CONTROL_PORT_ADD("port1", snes_multitap, "joypad")
MCFG_SNES_CONTROL_PORT_ADD("port2", snes_multitap, "joypad")
MCFG_SNES_CONTROL_PORT_ADD("port3", snes_multitap, "joypad")