summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/decobsmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/decobsmt.cpp')
-rw-r--r--src/mame/audio/decobsmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/decobsmt.cpp b/src/mame/audio/decobsmt.cpp
index fd94192e026..9735b18761f 100644
--- a/src/mame/audio/decobsmt.cpp
+++ b/src/mame/audio/decobsmt.cpp
@@ -55,7 +55,7 @@ MACHINE_CONFIG_START(decobsmt_device::device_add_mconfig)
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
- MCFG_BSMT2000_ADD(BSMT_TAG, XTAL(24'000'000))
+ MCFG_DEVICE_ADD(BSMT_TAG, BSMT2000, XTAL(24'000'000))
MCFG_DEVICE_ADDRESS_MAP(0, bsmt_map)
MCFG_BSMT2000_READY_CALLBACK(decobsmt_device, bsmt_ready_callback)
MCFG_SOUND_ROUTE(0, "lspeaker", 2.0)