summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sauro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sauro.cpp')
-rw-r--r--src/mame/drivers/sauro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sauro.cpp b/src/mame/drivers/sauro.cpp
index f36aa333811..1a7f7215a59 100644
--- a/src/mame/drivers/sauro.cpp
+++ b/src/mame/drivers/sauro.cpp
@@ -537,7 +537,7 @@ MACHINE_CONFIG_START(sauro_state::saurob)
MCFG_DEVICE_PROGRAM_MAP(saurob_sound_map)
/* sound hardware */
- MCFG_DEVICE_REMOVE("speech")
+ config.device_remove("speech");
MACHINE_CONFIG_END