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 ea73d9b987f..c849d45085f 100644
--- a/src/devices/bus/a7800/xboard.cpp
+++ b/src/devices/bus/a7800/xboard.cpp
@@ -106,7 +106,7 @@ void a78_xm_device::device_reset()
}
-MACHINE_CONFIG_MEMBER( a78_xboard_device::device_add_mconfig )
+MACHINE_CONFIG_START(a78_xboard_device::device_add_mconfig)
MCFG_A78_CARTRIDGE_ADD("xb_slot", a7800_cart, nullptr)
MCFG_SPEAKER_STANDARD_MONO("xb_speaker")
@@ -115,7 +115,7 @@ MACHINE_CONFIG_MEMBER( a78_xboard_device::device_add_mconfig )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "xb_speaker", 1.00)
MACHINE_CONFIG_END
-MACHINE_CONFIG_MEMBER( a78_xm_device::device_add_mconfig )
+MACHINE_CONFIG_START(a78_xm_device::device_add_mconfig)
MCFG_A78_CARTRIDGE_ADD("xb_slot", a7800_cart, nullptr)
MCFG_SPEAKER_STANDARD_MONO("xb_speaker")