summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/expander/sv603.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/expander/sv603.cpp')
-rw-r--r--src/devices/bus/svi3x8/expander/sv603.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/devices/bus/svi3x8/expander/sv603.cpp b/src/devices/bus/svi3x8/expander/sv603.cpp
index 3545a8006ee..bb7e24b77dc 100644
--- a/src/devices/bus/svi3x8/expander/sv603.cpp
+++ b/src/devices/bus/svi3x8/expander/sv603.cpp
@@ -34,11 +34,10 @@ const tiny_rom_entry *sv603_device::device_rom_region() const
}
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( sv603 )
+MACHINE_CONFIG_MEMBER( sv603_device::device_add_mconfig )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("snd", SN76489A, XTAL_10_738635MHz / 3)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
@@ -50,11 +49,6 @@ static MACHINE_CONFIG_START( sv603 )
MCFG_SOFTWARE_LIST_ADD("cart_list", "coleco")
MACHINE_CONFIG_END
-machine_config_constructor sv603_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( sv603 );
-}
-
//**************************************************************************
// CARTRIDGE