summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/voice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/odyssey2/voice.cpp')
-rw-r--r--src/devices/bus/odyssey2/voice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/odyssey2/voice.cpp b/src/devices/bus/odyssey2/voice.cpp
index 6dd099968a2..5723f986d4c 100644
--- a/src/devices/bus/odyssey2/voice.cpp
+++ b/src/devices/bus/odyssey2/voice.cpp
@@ -39,10 +39,10 @@ void o2_voice_device::device_start()
}
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( sub_slot )
+// MACHINE_CONFIG_START( sub_slot )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( o2voice )
+static MACHINE_CONFIG_START( o2voice )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("sp0256_speech", SP0256, 3120000)