summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psx/ctlrport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/psx/ctlrport.cpp')
-rw-r--r--src/devices/bus/psx/ctlrport.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/psx/ctlrport.cpp b/src/devices/bus/psx/ctlrport.cpp
index 5876e631f1d..f41debd632c 100644
--- a/src/devices/bus/psx/ctlrport.cpp
+++ b/src/devices/bus/psx/ctlrport.cpp
@@ -25,15 +25,10 @@ void psx_controller_port_device::device_config_complete()
m_dev = dynamic_cast<device_psx_controller_interface *>(get_card_device());
}
-static MACHINE_CONFIG_START( psx_memory_card )
+MACHINE_CONFIG_MEMBER( psx_controller_port_device::device_add_mconfig )
MCFG_PSXCARD_ADD("card")
MACHINE_CONFIG_END
-machine_config_constructor psx_controller_port_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( psx_memory_card );
-}
-
void psx_controller_port_device::disable_card(bool state)
{
if(state)