summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mk14.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mk14.cpp')
-rw-r--r--src/mame/drivers/mk14.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mk14.cpp b/src/mame/drivers/mk14.cpp
index 37bf50993fa..f192a1874e6 100644
--- a/src/mame/drivers/mk14.cpp
+++ b/src/mame/drivers/mk14.cpp
@@ -209,7 +209,7 @@ MACHINE_CONFIG_START(mk14_state::mk14)
MCFG_DEVICE_PROGRAM_MAP(mem_map)
/* video hardware */
- MCFG_DEFAULT_LAYOUT(layout_mk14)
+ config.set_default_layout(layout_mk14);
// sound
SPEAKER(config, "speaker").front_center();