summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/segasnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/segasnd.c')
-rw-r--r--src/mame/audio/segasnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/segasnd.c b/src/mame/audio/segasnd.c
index def30f88400..710363a1d15 100644
--- a/src/mame/audio/segasnd.c
+++ b/src/mame/audio/segasnd.c
@@ -155,7 +155,7 @@ static DEVICE_START( speech_sound )
{
speech_state *state = get_safe_speech(device);
- state->speech = device->machine().region("speech")->base();
+ state->speech = device->machine().root_device().memregion("speech")->base();
}