summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bmjr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bmjr.cpp')
-rw-r--r--src/mame/drivers/bmjr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bmjr.cpp b/src/mame/drivers/bmjr.cpp
index 378f2e2ab24..c3c93309e98 100644
--- a/src/mame/drivers/bmjr.cpp
+++ b/src/mame/drivers/bmjr.cpp
@@ -356,7 +356,7 @@ MACHINE_CONFIG_START(bmjr_state::bmjr)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", bmjr)
/* Audio */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("beeper", BEEP, 1200) // guesswork
MCFG_SOUND_ROUTE(ALL_OUTPUTS,"mono",0.50)
MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")