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, 1 insertions, 6 deletions
diff --git a/src/devices/bus/a7800/hiscore.cpp b/src/devices/bus/a7800/hiscore.cpp
index 9f9d34bfb82..2d9ca604191 100644
--- a/src/devices/bus/a7800/hiscore.cpp
+++ b/src/devices/bus/a7800/hiscore.cpp
@@ -27,15 +27,10 @@ a78_hiscore_device::a78_hiscore_device(const machine_config &mconfig, const char
}
-static MACHINE_CONFIG_START( a78_highscore )
+MACHINE_CONFIG_MEMBER( a78_hiscore_device::device_add_mconfig )
MCFG_A78_CARTRIDGE_ADD("hsc_slot", a7800_cart, nullptr)
MACHINE_CONFIG_END
-machine_config_constructor a78_hiscore_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( a78_highscore );
-}
-
/*-------------------------------------------------
mapper specific handlers