From 6c11b3ce0131be3b14edf5ef93fa9cb2380ae45b Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 9 May 2018 19:26:44 +1000 Subject: dsp16: fix condition mask in disassembler (nw) (nw) remove more MCFG macros and make speaker config more explicit --- src/mame/drivers/bfm_swp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/drivers/bfm_swp.cpp') diff --git a/src/mame/drivers/bfm_swp.cpp b/src/mame/drivers/bfm_swp.cpp index 9c0bfc9f791..381b687418e 100644 --- a/src/mame/drivers/bfm_swp.cpp +++ b/src/mame/drivers/bfm_swp.cpp @@ -215,7 +215,7 @@ MACHINE_CONFIG_START(bfm_swp_state::bfm_swp) MCFG_SCREEN_SIZE(64*8, 64*8) MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1) - MCFG_SPEAKER_STANDARD_MONO("mono") + SPEAKER(config, "mono").front_center(); MCFG_DEVICE_ADD("ymz", YMZ280B, 10000000 ) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) -- cgit v1.2.3