summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/adlib.cpp')
-rw-r--r--src/devices/bus/isa/adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/adlib.cpp b/src/devices/bus/isa/adlib.cpp
index 52a8e975f7b..de4e62b2dd8 100644
--- a/src/devices/bus/isa/adlib.cpp
+++ b/src/devices/bus/isa/adlib.cpp
@@ -46,7 +46,7 @@ DEFINE_DEVICE_TYPE(ISA8_ADLIB, isa8_adlib_device, "isa_adlib", "Ad Lib Sound Car
MACHINE_CONFIG_START(isa8_adlib_device::device_add_mconfig)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("ym3812", YM3812, ym3812_StdClock)
+ MCFG_DEVICE_ADD("ym3812", YM3812, ym3812_StdClock)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 3.00)
MACHINE_CONFIG_END