summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a7800/xboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a7800/xboard.cpp')
-rw-r--r--src/devices/bus/a7800/xboard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/a7800/xboard.cpp b/src/devices/bus/a7800/xboard.cpp
index 826dda467d3..7859b655b93 100644
--- a/src/devices/bus/a7800/xboard.cpp
+++ b/src/devices/bus/a7800/xboard.cpp
@@ -109,7 +109,7 @@ void a78_xm_device::device_reset()
MACHINE_CONFIG_START(a78_xboard_device::device_add_mconfig)
MCFG_A78_CARTRIDGE_ADD("xb_slot", a7800_cart, nullptr)
- MCFG_SPEAKER_STANDARD_MONO("xb_speaker")
+ SPEAKER(config, "xb_speaker").front_center();
MCFG_DEVICE_ADD("xb_pokey", POKEY, XTAL(14'318'181)/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "xb_speaker", 1.00)
@@ -118,7 +118,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(a78_xm_device::device_add_mconfig)
MCFG_A78_CARTRIDGE_ADD("xb_slot", a7800_cart, nullptr)
- MCFG_SPEAKER_STANDARD_MONO("xb_speaker")
+ SPEAKER(config, "xb_speaker").front_center();
MCFG_DEVICE_ADD("xb_pokey", POKEY, XTAL(14'318'181)/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "xb_speaker", 1.00)