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.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/bus/a7800/hiscore.cpp b/src/devices/bus/a7800/hiscore.cpp
index 5f27c9cfe7a..62630842e5c 100644
--- a/src/devices/bus/a7800/hiscore.cpp
+++ b/src/devices/bus/a7800/hiscore.cpp
@@ -27,9 +27,10 @@ a78_hiscore_device::a78_hiscore_device(const machine_config &mconfig, const char
}
-MACHINE_CONFIG_START(a78_hiscore_device::device_add_mconfig)
- MCFG_A78_CARTRIDGE_ADD("hsc_slot", a7800_cart, nullptr)
-MACHINE_CONFIG_END
+void a78_hiscore_device::device_add_mconfig(machine_config &config)
+{
+ A78_CART_SLOT(config, "hsc_slot", a7800_cart, nullptr);
+}
/*-------------------------------------------------