summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a7800/hiscore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a7800/hiscore.cpp')
-rw-r--r--src/devices/bus/a7800/hiscore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a7800/hiscore.cpp b/src/devices/bus/a7800/hiscore.cpp
index 2d9ca604191..5f27c9cfe7a 100644
--- a/src/devices/bus/a7800/hiscore.cpp
+++ b/src/devices/bus/a7800/hiscore.cpp
@@ -27,7 +27,7 @@ a78_hiscore_device::a78_hiscore_device(const machine_config &mconfig, const char
}
-MACHINE_CONFIG_MEMBER( a78_hiscore_device::device_add_mconfig )
+MACHINE_CONFIG_START(a78_hiscore_device::device_add_mconfig)
MCFG_A78_CARTRIDGE_ADD("hsc_slot", a7800_cart, nullptr)
MACHINE_CONFIG_END