summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bsktball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bsktball.cpp')
-rw-r--r--src/mame/drivers/bsktball.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/bsktball.cpp b/src/mame/drivers/bsktball.cpp
index 0597d11b02a..3868ce84d7c 100644
--- a/src/mame/drivers/bsktball.cpp
+++ b/src/mame/drivers/bsktball.cpp
@@ -272,8 +272,7 @@ MACHINE_CONFIG_START(bsktball_state::bsktball)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_DEVICE_ADD("discrete", DISCRETE)
- MCFG_DISCRETE_INTF(bsktball)
+ MCFG_DEVICE_ADD("discrete", DISCRETE, bsktball_discrete)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END