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/exprraid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/drivers/exprraid.cpp') diff --git a/src/mame/drivers/exprraid.cpp b/src/mame/drivers/exprraid.cpp index 87052cc70cd..248642a522f 100644 --- a/src/mame/drivers/exprraid.cpp +++ b/src/mame/drivers/exprraid.cpp @@ -517,7 +517,7 @@ MACHINE_CONFIG_START(exprraid_state::exprraid) MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256) /* sound hardware */ - MCFG_SPEAKER_STANDARD_MONO("mono") + SPEAKER(config, "mono").front_center(); MCFG_GENERIC_LATCH_8_ADD("soundlatch") MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("slave", INPUT_LINE_NMI)) -- cgit v1.2.3