summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/multitap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/multitap.cpp')
-rw-r--r--src/devices/bus/sat_ctrl/multitap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sat_ctrl/multitap.cpp b/src/devices/bus/sat_ctrl/multitap.cpp
index a4f7112cc27..393fbc01b32 100644
--- a/src/devices/bus/sat_ctrl/multitap.cpp
+++ b/src/devices/bus/sat_ctrl/multitap.cpp
@@ -124,7 +124,7 @@ uint8_t saturn_multitap_device::read_id(int idx)
}
-MACHINE_CONFIG_MEMBER( saturn_multitap_device::device_add_mconfig )
+MACHINE_CONFIG_START(saturn_multitap_device::device_add_mconfig)
MCFG_SATURN_CONTROL_PORT_ADD("ctrl1", saturn_joys, "joypad")
MCFG_SATURN_CONTROL_PORT_ADD("ctrl2", saturn_joys, "joypad")
MCFG_SATURN_CONTROL_PORT_ADD("ctrl3", saturn_joys, "joypad")