summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intv/voice.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2017-06-09 12:48:45 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2017-06-09 12:48:45 +0200
commite844b01154f1d57c9736b37c085ea0b9bbb15acb (patch)
tree272d3ad1d7c9562f8c01809ab3daaafc9442435a /src/devices/bus/intv/voice.cpp
parent0b546073e758e33abb12e738ab12aaf1377f2a3e (diff)
device_add_mconfig up to devices/bus/l* (nw)
Diffstat (limited to 'src/devices/bus/intv/voice.cpp')
-rw-r--r--src/devices/bus/intv/voice.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/intv/voice.cpp b/src/devices/bus/intv/voice.cpp
index d13818234a5..96f8a05c451 100644
--- a/src/devices/bus/intv/voice.cpp
+++ b/src/devices/bus/intv/voice.cpp
@@ -66,10 +66,10 @@ void intv_voice_device::late_subslot_setup()
//-------------------------------------------------
-// MACHINE_CONFIG_START( intellivoice )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( intellivoice )
+MACHINE_CONFIG_MEMBER( intv_voice_device::device_add_mconfig )
MCFG_SPEAKER_STANDARD_MONO("mono_voice")
MCFG_SOUND_ADD("sp0256_speech", SP0256, 3120000)
@@ -80,17 +80,6 @@ static MACHINE_CONFIG_START( intellivoice )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor intv_voice_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( intellivoice );
-}
-
-
ROM_START( intellivoice )
ROM_REGION( 0x10000, "sp0256_speech", 0 )
/* SP0256-012 Speech chip w/2KiB mask rom */