summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mk1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mk1.cpp')
-rw-r--r--src/mame/drivers/mk1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mk1.cpp b/src/mame/drivers/mk1.cpp
index 028f03a0a5b..d9882b526a3 100644
--- a/src/mame/drivers/mk1.cpp
+++ b/src/mame/drivers/mk1.cpp
@@ -203,7 +203,7 @@ MACHINE_CONFIG_START(mk1_state::mk1)
MCFG_F3853_EXT_INPUT_CB(mk1_state, mk1_interrupt)
/* video hardware */
- MCFG_DEFAULT_LAYOUT(layout_mk1)
+ config.set_default_layout(layout_mk1);
MCFG_TIMER_DRIVER_ADD_PERIODIC("led_timer", mk1_state, mk1_update_leds, attotime::from_hz(30))
MACHINE_CONFIG_END