summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/terracre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/terracre.cpp')
-rw-r--r--src/mame/drivers/terracre.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/terracre.cpp b/src/mame/drivers/terracre.cpp
index 065d931c2c5..f08b89a34b6 100644
--- a/src/mame/drivers/terracre.cpp
+++ b/src/mame/drivers/terracre.cpp
@@ -497,7 +497,7 @@ MACHINE_CONFIG_START(terracre_state::ym2203)
MCFG_DEVICE_MODIFY("audiocpu")
MCFG_DEVICE_IO_MAP(sound_2203_io_map)
- MCFG_DEVICE_REMOVE("ymsnd")
+ config.device_remove("ymsnd");
MCFG_DEVICE_ADD("ym1", YM2203, XTAL(16'000'000)/4)
MCFG_SOUND_ROUTE(0, "speaker", 0.2)