summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/bzone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/bzone.cpp')
-rw-r--r--src/mame/audio/bzone.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/bzone.cpp b/src/mame/audio/bzone.cpp
index 247c0cb8a31..cf7d7f00b37 100644
--- a/src/mame/audio/bzone.cpp
+++ b/src/mame/audio/bzone.cpp
@@ -401,12 +401,12 @@ MACHINE_CONFIG_START(bzone_state::bzone_audio)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("pokey", POKEY, BZONE_MASTER_CLOCK / 8)
+ MCFG_DEVICE_ADD("pokey", POKEY, BZONE_MASTER_CLOCK / 8)
MCFG_POKEY_ALLPOT_R_CB(IOPORT("IN3"))
MCFG_POKEY_OUTPUT_RC(RES_K(10), CAP_U(0.015), 5.0)
MCFG_SOUND_ROUTE(0, "discrete", 1.0, 0)
- MCFG_SOUND_ADD("discrete", DISCRETE, 0)
+ MCFG_DEVICE_ADD("discrete", DISCRETE)
MCFG_DISCRETE_INTF(bzone)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)