summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi/scsi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/scsi/scsi.cpp')
-rw-r--r--src/devices/bus/scsi/scsi.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/scsi/scsi.cpp b/src/devices/bus/scsi/scsi.cpp
index bfe49c253c1..536023b59e9 100644
--- a/src/devices/bus/scsi/scsi.cpp
+++ b/src/devices/bus/scsi/scsi.cpp
@@ -61,7 +61,7 @@ scsi_port_device::scsi_port_device(const machine_config &mconfig, const char *ta
{
}
-static MACHINE_CONFIG_START( scsi_port )
+MACHINE_CONFIG_MEMBER( scsi_port_device::device_add_mconfig )
MCFG_DEVICE_ADD( SCSI_PORT_DEVICE1, SCSI_PORT_SLOT, 0 )
MCFG_DEVICE_ADD( SCSI_PORT_DEVICE2, SCSI_PORT_SLOT, 0 )
MCFG_DEVICE_ADD( SCSI_PORT_DEVICE3, SCSI_PORT_SLOT, 0 )
@@ -71,11 +71,6 @@ static MACHINE_CONFIG_START( scsi_port )
MCFG_DEVICE_ADD( SCSI_PORT_DEVICE7, SCSI_PORT_SLOT, 0 )
MACHINE_CONFIG_END
-machine_config_constructor scsi_port_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( scsi_port );
-}
-
void scsi_port_device::device_start()
{
const char *deviceName[] =