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 2241d092597..9f9d34bfb82 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
}
-static MACHINE_CONFIG_FRAGMENT( a78_highscore )
+static MACHINE_CONFIG_START( a78_highscore )
MCFG_A78_CARTRIDGE_ADD("hsc_slot", a7800_cart, nullptr)
MACHINE_CONFIG_END