summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/whitestar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/whitestar.cpp')
-rw-r--r--src/mame/drivers/whitestar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/whitestar.cpp b/src/mame/drivers/whitestar.cpp
index ba9d842bb5d..4778c7837ab 100644
--- a/src/mame/drivers/whitestar.cpp
+++ b/src/mame/drivers/whitestar.cpp
@@ -120,7 +120,7 @@ MACHINE_CONFIG_START(whitestar_state::whitestar)
MCFG_DEVICE_PERIODIC_INT_DRIVER(whitestar_state, whitestar_firq_interrupt, 976) // value taken from PinMAME
/* sound hardware */
- MCFG_DECOBSMT_ADD(DECOBSMT_TAG)
+ DECOBSMT(config, m_decobsmt, 0);
MCFG_DECODMD_TYPE2_ADD("decodmd",":dmdcpu")
MACHINE_CONFIG_END